Uses of Interface
org.deepjava.runtime.IdeepCompilerConstants
-
-
Uses of IdeepCompilerConstants in org.deepjava.runtime.arm32
Classes in org.deepjava.runtime.arm32 that implement IdeepCompilerConstants Modifier and Type Class Description class
Heap
Heap manager with mark-sweep garbage collection.
As soon as the remaining heap space is lower than a third of the total available heap space, a garbage collection is called. -
Uses of IdeepCompilerConstants in org.deepjava.runtime.iMX6
Classes in org.deepjava.runtime.iMX6 that implement IdeepCompilerConstants Modifier and Type Class Description class
Kernel
This is the kernel class.(package private) class
Reset
The class for the ARM reset exception. -
Uses of IdeepCompilerConstants in org.deepjava.runtime.mpc5200
Classes in org.deepjava.runtime.mpc5200 that implement IdeepCompilerConstants Modifier and Type Class Description class
Kernel
This is the kernel class.(package private) class
ResetPCMio
The class for the PPC reset exception.
The stack pointer will be initialized and the program counter will be set to the beginning of the class initializer of the kernel.(package private) class
ResetPCMtiny
The class for the PPC reset exception.
The stack pointer will be initialized and the program counter will be set to the beginning of the class initializer of the kernel.(package private) class
ResetPCMuBoot
The class for the PPC reset exception.
The stack pointer will be initialized and the program counter will be set to the beginning of the class initializer of the kernel. -
Uses of IdeepCompilerConstants in org.deepjava.runtime.mpc555
Classes in org.deepjava.runtime.mpc555 that implement IdeepCompilerConstants Modifier and Type Class Description class
Kernel
This is the kernel class.(package private) class
Reset
The class for the PPC reset exception. -
Uses of IdeepCompilerConstants in org.deepjava.runtime.ppc32
Classes in org.deepjava.runtime.ppc32 that implement IdeepCompilerConstants Modifier and Type Class Description class
Heap
Heap manager with mark-sweep garbage collection.
As soon as the remaining heap space is lower than a third of the total available heap space, a garbage collection is called. -
Uses of IdeepCompilerConstants in org.deepjava.runtime.zynq7000
Classes in org.deepjava.runtime.zynq7000 that implement IdeepCompilerConstants Modifier and Type Class Description (package private) class
Reset
The class for the ARM reset exception. -
Uses of IdeepCompilerConstants in org.deepjava.runtime.zynq7000.microzed
Classes in org.deepjava.runtime.zynq7000.microzed that implement IdeepCompilerConstants Modifier and Type Class Description class
Kernel
This is the kernel class. -
Uses of IdeepCompilerConstants in org.deepjava.runtime.zynq7000.zybo
Classes in org.deepjava.runtime.zynq7000.zybo that implement IdeepCompilerConstants Modifier and Type Class Description class
Kernel
This is the kernel class.
-