Class | Description |
---|---|
BootImageCompiler |
Abstract superclass to interface bootimage compiler to the rest of the VM.
|
Code |
Code represents a unit of code, it is a place holder for an unboxed type.
|
CodeArray |
CodeArray represents a code object (contiguous memory region containing code).
|
CodeArray.BootImageCreate |
Class to create CodeArrays in the boot image that isn't compiled into the VM
|
CodeArray.Factory |
A helper class to contain the 'real' methods of CodeArray.
|
CompiledMethod |
A method that has been compiled into machine code by one of our compilers.
|
CompiledMethods |
Manage pool of compiled methods.
|
ExceptionTable |
Encoding of try ranges in the final machinecode and the
corresponding exception type and catch block start.
|
HardwareTrapCompiledMethod |
Information associated with artificial stackframe inserted by hardware
trap handler.
|
HardwareTrapGCMapIterator |
Iterator for stack frames inserted by hardware trap handler.
|
LazyCompilationTrampoline | |
RecompilationManager |
This class enables an external driver to block recompile all
methods that have been dynamically compiled since the VM began
execution.
|
RuntimeCompiler |
Harness to select which compiler to dynamically
compile a method in first invocation.
|