Uses of Class
org.jikesrvm.compilers.baseline.BuildReferenceMaps.PrimitiveSize

Packages that use BuildReferenceMaps.PrimitiveSize
org.jikesrvm.compilers.baseline   
 

Uses of BuildReferenceMaps.PrimitiveSize in org.jikesrvm.compilers.baseline
 

Methods in org.jikesrvm.compilers.baseline that return BuildReferenceMaps.PrimitiveSize
static BuildReferenceMaps.PrimitiveSize BuildReferenceMaps.PrimitiveSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BuildReferenceMaps.PrimitiveSize[] BuildReferenceMaps.PrimitiveSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jikesrvm.compilers.baseline with parameters of type BuildReferenceMaps.PrimitiveSize
private  void BuildReferenceMaps.setHandlersMapsNonRef(int localVariable, BuildReferenceMaps.PrimitiveSize wordCount, int[] reachableHandlerBBNums, int reachableHandlerCount, boolean inJSRSub, byte[][] bbMaps)
          For each of the reachable handlers (catch blocks) from the try block, track that the local variable given by the index with 1 or 2 words, has been set to a non reference value (eg int, float, etc)