org.jikesrvm
Class ArchitectureSpecific.MachineCode

java.lang.Object
  extended by org.jikesrvm.ia32.MachineCode
      extended by org.jikesrvm.ArchitectureSpecific.MachineCode
Enclosing class:
ArchitectureSpecific

public static final class ArchitectureSpecific.MachineCode
extends MachineCode


Constructor Summary
ArchitectureSpecific.MachineCode(ArchitectureSpecific.CodeArray array, int[] bm)
           
 
Method Summary
 
Methods inherited from class org.jikesrvm.ia32.MachineCode
getBytecodeMap, getInstructions, setBytecodeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchitectureSpecific.MachineCode

public ArchitectureSpecific.MachineCode(ArchitectureSpecific.CodeArray array,
                                        int[] bm)