| Package | Description |
|---|---|
| org.jikesrvm.compilers.baseline |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildReferenceMaps.buildReferenceMaps(NormalMethod method,
int[] stackHeights,
byte[] localTypes,
ReferenceMaps referenceMaps,
BuildBB buildBB)
After the analysis of the blocks of a method, examine the byte codes again, to
determine the reference maps for the gc points.
|