Class SequenceSearchOperation
java.lang.Object
org.adoptopenjdk.jitwatch.jarscan.sequencesearch.SequenceSearchOperation
- All Implemented Interfaces:
IJarScanOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanprivate intgetIndexForBCI(List<BytecodeInstruction> instructions, int bci) private booleanhandleChainStartingAtIndex(int index, List<BytecodeInstruction> instructions) voidprocessInstructions(String className, MemberBytecode memberBytecode) voidreset()
-
Field Details
-
matchingMethods
-
chain
-
wantedChain
-
-
Constructor Details
-
SequenceSearchOperation
-
-
Method Details
-
compareChains
private boolean compareChains() -
reset
public void reset() -
processInstructions
- Specified by:
processInstructionsin interfaceIJarScanOperation
-
handleChainStartingAtIndex
-
getIndexForBCI
-
getReport
- Specified by:
getReportin interfaceIJarScanOperation
-