|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalt.jiapi.util.HotSpotLocator
public class HotSpotLocator
HotSpotLocator locates HotSpots from InstructionList.
definition of HotSpot
Constructor Summary | |
---|---|
HotSpotLocator(InstructionList il)
Creates a new HotSpotLocator. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotSpotLocator(InstructionList il)
il
- InstructionList to scan for hotspotsMethod Detail |
---|
public 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.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |