public class HotSpotLocator
extends java.lang.Object
definition of HotSpot
Constructor and Description |
---|
HotSpotLocator(InstructionList il)
Creates a new HotSpotLocator.
|
Modifier and Type | Method and Description |
---|---|
HotSpot[] |
getHotSpots(byte[] opCodes)
Get all the hotspots that was found.
|
HotSpot[] |
getHotSpots(byte[] opCodes,
java.lang.String resolution)
Get all the hotspots that was found.
|
public HotSpotLocator(InstructionList il)
il
- InstructionList to scan for hotspotspublic HotSpot[] getHotSpots(byte[] opCodes)
opCodes
- an array of opcodes. Each opcode is treated as
an opcode Instruction.public HotSpot[] getHotSpots(byte[] opCodes, java.lang.String resolution)
opCodes
- an array of opcodes. Each opcode is treated as
an opcode Instruction.resolution
- An resolution of opcode. NOTE: This is not
currently used.Copyright © 2001. Documenation generated February 9 2016.