Uses of Enum Class
org.adoptopenjdk.jitwatch.model.bytecode.Opcode
Packages that use Opcode
Package
Description
-
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.allocationcount
Fields in org.adoptopenjdk.jitwatch.jarscan.allocationcount with type parameters of type OpcodeModifier and TypeFieldDescriptionprivate Map<Opcode, AllocCountMap> InstructionAllocCountMap.opcodeMapMethods in org.adoptopenjdk.jitwatch.jarscan.allocationcount with parameters of type Opcode -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.instructioncount
Fields in org.adoptopenjdk.jitwatch.jarscan.instructioncount with type parameters of type OpcodeMethods in org.adoptopenjdk.jitwatch.jarscan.instructioncount with parameters of type Opcode -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.invokecount
Fields in org.adoptopenjdk.jitwatch.jarscan.invokecount with type parameters of type OpcodeModifier and TypeFieldDescriptionprivate Map<Opcode, MethodCountMap> InvokeMethodCountMap.opcodeMapMethods in org.adoptopenjdk.jitwatch.jarscan.invokecount with parameters of type Opcode -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.nextinstruction
Fields in org.adoptopenjdk.jitwatch.jarscan.nextinstruction declared as OpcodeFields in org.adoptopenjdk.jitwatch.jarscan.nextinstruction with type parameters of type OpcodeModifier and TypeFieldDescriptionprivate Map<Opcode, NextInstructionCountList> NextInstructionOperation.nextBytecodeMapMethods in org.adoptopenjdk.jitwatch.jarscan.nextinstruction that return OpcodeMethods in org.adoptopenjdk.jitwatch.jarscan.nextinstruction that return types with arguments of type OpcodeConstructors in org.adoptopenjdk.jitwatch.jarscan.nextinstruction with parameters of type Opcode -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.sequencecount
Fields in org.adoptopenjdk.jitwatch.jarscan.sequencecount with type parameters of type OpcodeMethods in org.adoptopenjdk.jitwatch.jarscan.sequencecount that return OpcodeConstructor parameters in org.adoptopenjdk.jitwatch.jarscan.sequencecount with type arguments of type Opcode -
Uses of Opcode in org.adoptopenjdk.jitwatch.jarscan.sequencesearch
Fields in org.adoptopenjdk.jitwatch.jarscan.sequencesearch with type parameters of type Opcode -
Uses of Opcode in org.adoptopenjdk.jitwatch.model
Methods in org.adoptopenjdk.jitwatch.model with parameters of type OpcodeModifier and TypeMethodDescriptionvoidTask.addBCIOpcodeMapping(String methodID, int bci, Opcode opcode) voidIParseDictionary.putBCIOpcode(String methodID, int bci, Opcode opcode) voidParseDictionary.putBCIOpcode(String methodID, int bci, Opcode opcode) -
Uses of Opcode in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as OpcodeFields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type OpcodeMethods in org.adoptopenjdk.jitwatch.model.bytecode that return OpcodeModifier and TypeMethodDescriptionstatic OpcodeOpcode.getByCode(int code) static OpcodeOpcode.getByMnemonic(String mnemonic) BytecodeInstruction.getOpcode()static OpcodeReturns the enum constant of this class with the specified name.static Opcode[]Opcode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type Opcode -
Uses of Opcode in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Methods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type OpcodeModifier and TypeMethodDescriptionprivate 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