Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.Opcode
-
-
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.allocationcount
Fields in org.adoptopenjdk.jitwatch.jarscan.allocationcount with type parameters of type Opcode Modifier and Type Field Description private java.util.Map<Opcode,AllocCountMap>InstructionAllocCountMap. opcodeMapMethods in org.adoptopenjdk.jitwatch.jarscan.allocationcount with parameters of type Opcode Modifier and Type Method Description private voidAllocationCountOperation. count(Opcode opcode, java.lang.String type)voidInstructionAllocCountMap. count(Opcode opcode, java.lang.String allocatedType)java.lang.StringAllocCountMap. toString(Opcode prefix, int limitPerInvoke) -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.instructioncount
Fields in org.adoptopenjdk.jitwatch.jarscan.instructioncount with type parameters of type Opcode Modifier and Type Field Description private java.util.Map<Opcode,java.lang.Integer>InstructionCountOperation. opcodeCountMapMethods in org.adoptopenjdk.jitwatch.jarscan.instructioncount with parameters of type Opcode Modifier and Type Method Description private voidInstructionCountOperation. count(Opcode opcode) -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.invokecount
Fields in org.adoptopenjdk.jitwatch.jarscan.invokecount with type parameters of type Opcode Modifier and Type Field Description private java.util.Map<Opcode,MethodCountMap>InvokeMethodCountMap. opcodeMapMethods in org.adoptopenjdk.jitwatch.jarscan.invokecount with parameters of type Opcode Modifier and Type Method Description voidInvokeMethodCountMap. countInvocationOfMethod(Opcode opcode, java.lang.String method)java.lang.StringMethodCountMap. toString(Opcode prefix, int limitPerInvoke) -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.nextinstruction
Fields in org.adoptopenjdk.jitwatch.jarscan.nextinstruction declared as Opcode Modifier and Type Field Description private OpcodeNextInstructionCount. opcodeFields in org.adoptopenjdk.jitwatch.jarscan.nextinstruction with type parameters of type Opcode Modifier and Type Field Description private java.util.Map<Opcode,NextInstructionCountList>NextInstructionOperation. nextBytecodeMapMethods in org.adoptopenjdk.jitwatch.jarscan.nextinstruction that return Opcode Modifier and Type Method Description OpcodeNextInstructionCount. getOpcode()Methods in org.adoptopenjdk.jitwatch.jarscan.nextinstruction that return types with arguments of type Opcode Modifier and Type Method Description java.util.Map<Opcode,NextInstructionCountList>NextInstructionOperation. getNextBytecodeMap()Constructors in org.adoptopenjdk.jitwatch.jarscan.nextinstruction with parameters of type Opcode Constructor Description NextInstructionCount(Opcode opcode, int count) -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.sequencecount
Fields in org.adoptopenjdk.jitwatch.jarscan.sequencecount with type parameters of type Opcode Modifier and Type Field Description private java.util.List<Opcode>SequenceCountOperation. chainprivate java.util.List<Opcode>InstructionSequence. sequenceMethods in org.adoptopenjdk.jitwatch.jarscan.sequencecount that return Opcode Modifier and Type Method Description OpcodeInstructionSequence. getOpcodeAtIndex(int index)Constructor parameters in org.adoptopenjdk.jitwatch.jarscan.sequencecount with type arguments of type Opcode Constructor Description InstructionSequence(java.util.List<Opcode> opcodeList) -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.sequencesearch
Fields in org.adoptopenjdk.jitwatch.jarscan.sequencesearch with type parameters of type Opcode Modifier and Type Field Description private java.util.List<Opcode>SequenceSearchOperation. chainprivate java.util.List<Opcode>SequenceSearchOperation. wantedChain -
Uses of Opcode in org.adoptopenjdk.jitwatch.model
Methods in org.adoptopenjdk.jitwatch.model with parameters of type Opcode Modifier and Type Method Description voidTask. addBCIOpcodeMapping(java.lang.String methodID, int bci, Opcode opcode)voidIParseDictionary. putBCIOpcode(java.lang.String methodID, int bci, Opcode opcode)voidParseDictionary. putBCIOpcode(java.lang.String methodID, int bci, Opcode opcode) -
Uses of Opcode in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as Opcode Modifier and Type Field Description private OpcodeBytecodeInstruction. opcodeFields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type Opcode Modifier and Type Field Description (package private) static java.util.Map<java.lang.String,Opcode>Opcode. mnemonicMap(package private) static java.util.Map<java.lang.Integer,Opcode>Opcode. opcodeMapMethods in org.adoptopenjdk.jitwatch.model.bytecode that return Opcode Modifier and Type Method Description static OpcodeOpcode. getByCode(int code)static OpcodeOpcode. getByMnemonic(java.lang.String mnemonic)OpcodeBytecodeInstruction. getOpcode()static OpcodeOpcode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Opcode[]Opcode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type Opcode Modifier and Type Method Description voidBytecodeInstruction. setOpcode(Opcode opcode) -
Uses of Opcode in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Methods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type Opcode Modifier and Type Method Description private voidViewerBytecode. browseMnemonic(Opcode opcode)private voidViewerBytecode. downloadJVMSpecAndShowOpcode(Opcode opcode) -
Uses of Opcode in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util with parameters of type Opcode Modifier and Type Method Description static java.lang.StringJVMSUtil. getBytecodeDescriptions(Opcode opcode)
-