Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.BytecodeInstruction
-
-
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.jarscan.invokecount
Methods in org.adoptopenjdk.jitwatch.jarscan.invokecount with parameters of type BytecodeInstruction Modifier and Type Method Description private voidInvokeCountOperation. count(java.lang.String className, BytecodeInstruction instruction) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.jarscan.sequencecount
Method parameters in org.adoptopenjdk.jitwatch.jarscan.sequencecount with type arguments of type BytecodeInstruction Modifier and Type Method Description private intSequenceCountOperation. getIndexForBCI(java.util.List<BytecodeInstruction> instructions, int bci)private voidSequenceCountOperation. handleChainStartingAtIndex(int index, java.util.List<BytecodeInstruction> instructions) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.jarscan.sequencesearch
Method parameters in org.adoptopenjdk.jitwatch.jarscan.sequencesearch with type arguments of type BytecodeInstruction Modifier and Type Method Description private intSequenceSearchOperation. getIndexForBCI(java.util.List<BytecodeInstruction> instructions, int bci)private booleanSequenceSearchOperation. handleChainStartingAtIndex(int index, java.util.List<BytecodeInstruction> instructions) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.loader
Methods in org.adoptopenjdk.jitwatch.loader that return types with arguments of type BytecodeInstruction Modifier and Type Method Description static java.util.List<BytecodeInstruction>BytecodeLoader. parseInstructions(java.lang.String bytecode)Methods in org.adoptopenjdk.jitwatch.loader with parameters of type BytecodeInstruction Modifier and Type Method Description private static voidBytecodeLoader. processParameters(java.lang.String paramString, BytecodeInstruction instruction) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as BytecodeInstruction Modifier and Type Field Description private BytecodeInstructionAnnotationException. instructionMethods in org.adoptopenjdk.jitwatch.model that return BytecodeInstruction Modifier and Type Method Description BytecodeInstructionAnnotationException. getInstruction()Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type BytecodeInstruction Modifier and Type Method Description java.util.List<BytecodeInstruction>AbstractMetaMember. getInstructions()java.util.List<BytecodeInstruction>IMetaMember. getInstructions()Constructors in org.adoptopenjdk.jitwatch.model with parameters of type BytecodeInstruction Constructor Description AnnotationException(java.lang.String msg, int offset, BytecodeInstruction instruction) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type BytecodeInstruction Modifier and Type Field Description private java.util.List<BytecodeInstruction>MemberBytecode. bytecodeInstructionsMethods in org.adoptopenjdk.jitwatch.model.bytecode that return BytecodeInstruction Modifier and Type Method Description BytecodeInstructionMemberBytecode. getInstructionAtBCI(int bci)private BytecodeInstructionBytecodeAnnotationBuilder. getInstructionAtIndex(int index)Methods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type BytecodeInstruction Modifier and Type Method Description java.util.List<BytecodeInstruction>MemberBytecode. getInstructions()Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type BytecodeInstruction Modifier and Type Method Description booleanBytecodeAnnotationBuilder. sanityCheckBranch(BytecodeInstruction instr)booleanBytecodeAnnotationBuilder. sanityCheckInline(BytecodeInstruction instr)booleanBytecodeAnnotationBuilder. sanityCheckIntrinsic(BytecodeInstruction instr)private booleanBytecodeAnnotationBuilder. sanityCheckInvoke(BytecodeInstruction instr)Method parameters in org.adoptopenjdk.jitwatch.model.bytecode with type arguments of type BytecodeInstruction Modifier and Type Method Description voidMemberBytecode. setInstructions(java.util.List<BytecodeInstruction> bytecodeInstructions) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.ui.triview.assembly
Methods in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type BytecodeInstruction Modifier and Type Method Description intViewerAssembly. getIndexForBytecodeOffset(java.lang.String memberClassName, BytecodeInstruction bcInstruction) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as BytecodeInstruction Modifier and Type Field Description private BytecodeInstructionBytecodeLabel. instructionFields in org.adoptopenjdk.jitwatch.ui.triview.bytecode with type parameters of type BytecodeInstruction Modifier and Type Field Description private java.util.List<BytecodeInstruction>ViewerBytecode. instructionsMethods in org.adoptopenjdk.jitwatch.ui.triview.bytecode that return BytecodeInstruction Modifier and Type Method Description BytecodeInstructionBytecodeLabel. getInstruction()Methods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type BytecodeInstruction Modifier and Type Method Description private BytecodeLabelViewerBytecode. createLabel(BytecodeInstruction instruction, int maxOffset, int line, BytecodeAnnotations bcAnnotations, IMetaMember member, int lineIndex)private voidViewerBytecode. handleNavigate(IMetaMember currentMember, BytecodeInstruction instruction, int lineIndex)Constructors in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type BytecodeInstruction Constructor Description BytecodeLabel(BytecodeInstruction instr, int maxOffset, int line) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util with parameters of type BytecodeInstruction Modifier and Type Method Description static IMetaMemberParseUtil. getMemberFromBytecodeComment(IReadOnlyJITDataModel model, IMetaMember currentMember, BytecodeInstruction instruction)
-