| Package | Description |
|---|---|
| org.jikesrvm.compilers.baseline |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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)
|