Uses of Class
org.adoptopenjdk.jitwatch.jarscan.sequencecount.InstructionSequence
-
Packages that use InstructionSequence Package Description org.adoptopenjdk.jitwatch.jarscan.sequencecount -
-
Uses of InstructionSequence in org.adoptopenjdk.jitwatch.jarscan.sequencecount
Fields in org.adoptopenjdk.jitwatch.jarscan.sequencecount with type parameters of type InstructionSequence Modifier and Type Field Description protected java.util.Map<InstructionSequence,java.lang.Integer>SequenceCountOperation. chainCountMapMethods in org.adoptopenjdk.jitwatch.jarscan.sequencecount that return types with arguments of type InstructionSequence Modifier and Type Method Description java.util.Map<InstructionSequence,java.lang.Integer>SequenceCountOperation. getSequenceScores()java.util.List<java.util.Map.Entry<InstructionSequence,java.lang.Integer>>SequenceCountOperation. getSortedData()Methods in org.adoptopenjdk.jitwatch.jarscan.sequencecount with parameters of type InstructionSequence Modifier and Type Method Description intInstructionSequence. compareTo(InstructionSequence o)
-