| Package | Description |
|---|---|
| org.jikesrvm.compilers.baseline |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceMaps.MergeOperation |
ReferenceMaps.MergeOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceMaps.MergeOperation[] |
ReferenceMaps.MergeOperation.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 |
ReferenceMaps.mergeMap(int targetindex,
int deltaindex,
ReferenceMaps.MergeOperation Op)
Merges a delta map into a target map.
|