Modifier and Type | Field and Description |
---|---|
(package private) UnusualMaps |
extraUnusualMap
Merged jsr ret and callers maps
|
(package private) int |
freeMapSlot |
(package private) int |
mergedReferenceMap |
(package private) int |
mergedReturnAddressMap |
(package private) int |
numberUnusualMaps |
(package private) int |
tempIndex |
(package private) UnusualMaps[] |
unusualMaps |
(package private) byte[] |
unusualReferenceMaps |
Constructor and Description |
---|
JSRInfo(int initialMaps) |
Modifier and Type | Method and Description |
---|---|
void |
showAnUnusualMap(int mapIndex,
int bytesPerMap)
Show the basic information for a single unusualmap.
|
void |
showUnusualMapInfo(int bytesPerMap)
Show the basic information for each of the unusual maps.
|
int numberUnusualMaps
UnusualMaps[] unusualMaps
byte[] unusualReferenceMaps
int freeMapSlot
UnusualMaps extraUnusualMap
int tempIndex
int mergedReferenceMap
int mergedReturnAddressMap
JSRInfo(int initialMaps)
public void showUnusualMapInfo(int bytesPerMap)
bytesPerMap
- size of each mappublic void showAnUnusualMap(int mapIndex, int bytesPerMap)
mapIndex
- the map's indexbytesPerMap
- size of a map