public class HotSpotLocator extends 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,
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, 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 © 2017. All rights reserved.