Uses of Package
org.jikesrvm.compilers.baseline

Packages that use org.jikesrvm.compilers.baseline
org.jikesrvm   
org.jikesrvm.compilers.baseline   
org.jikesrvm.compilers.baseline.ia32   
org.jikesrvm.compilers.opt.bc2ir   
org.jikesrvm.osr.ia32   
 

Classes in org.jikesrvm.compilers.baseline used by org.jikesrvm
BaselineCompiledMethod
          Compiler-specific information associated with a method's machine instructions.
BaselineCompiler
          Baseline compiler - platform independent code.
TemplateCompilerFramework
          Framework compiler - platform independent code.
 

Classes in org.jikesrvm.compilers.baseline used by org.jikesrvm.compilers.baseline
BaselineCompiledMethod
          Compiler-specific information associated with a method's machine instructions.
BaselineOptions
          Class to handle command-line arguments and options for the baseline compiler.
BasicBlock
          Structure to describe the basic blocks of the byte code Used in calculating stack map and local variable map for the garbage collector.
BasicBlockFactory
           
BBConstants
          A set of constants that define some useful Java types and stack sizes that describe the state of a basic block and its stack contents on entry.
BranchProfile
          Profile data for a branch instruction.
BranchProfiles
          Profile data for all conditional branches (including switches) of a single RVMMethod.
BuildBB
          Analyze the byte codes and determine the boundaries of the basic blocks.
BuildBB.InstructionType
          Types of Instructions
BuildReferenceMaps.PrimitiveSize
           
JSRInfo
          Scratch space for JSR processing.
JSRSubroutineInfo
          This class is used during the building of reference/non-reference maps for a method.
PendingRETInfo
          This class is used during the processing of reference maps for a method.
ReferenceMaps
          class that provides stack (and local var) map for a baseline compiled method GC uses the methods provided here
ReferenceMaps.MergeOperation
          Kinds of merge operation when merging delta maps into table maps
TemplateCompilerFramework
          Framework compiler - platform independent code.
UnusualMaps
          Unusual maps are maps to track references that don't take the usual format.
 

Classes in org.jikesrvm.compilers.baseline used by org.jikesrvm.compilers.baseline.ia32
BaselineCompiledMethod
          Compiler-specific information associated with a method's machine instructions.
BaselineCompiler
          Baseline compiler - platform independent code.
ReferenceMaps
          class that provides stack (and local var) map for a baseline compiled method GC uses the methods provided here
TemplateCompilerFramework
          Framework compiler - platform independent code.
 

Classes in org.jikesrvm.compilers.baseline used by org.jikesrvm.compilers.opt.bc2ir
BranchProfiles
          Profile data for all conditional branches (including switches) of a single RVMMethod.
SwitchBranchProfile
          Profile data for a branch instruction.
 

Classes in org.jikesrvm.compilers.baseline used by org.jikesrvm.osr.ia32
BaselineCompiledMethod
          Compiler-specific information associated with a method's machine instructions.