Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.BytecodeInstruction
Packages that use BytecodeInstruction
Package
Description
-
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.jarscan.invokecount
Methods in org.adoptopenjdk.jitwatch.jarscan.invokecount with parameters of type BytecodeInstructionModifier and TypeMethodDescriptionprivate voidInvokeCountOperation.count(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 BytecodeInstructionModifier and TypeMethodDescriptionprivate intSequenceCountOperation.getIndexForBCI(List<BytecodeInstruction> instructions, int bci) private voidSequenceCountOperation.handleChainStartingAtIndex(int index, 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 BytecodeInstructionModifier and TypeMethodDescriptionprivate intSequenceSearchOperation.getIndexForBCI(List<BytecodeInstruction> instructions, int bci) private booleanSequenceSearchOperation.handleChainStartingAtIndex(int index, List<BytecodeInstruction> instructions) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.loader
Methods in org.adoptopenjdk.jitwatch.loader that return types with arguments of type BytecodeInstructionModifier and TypeMethodDescriptionstatic List<BytecodeInstruction> BytecodeLoader.parseInstructions(String bytecode) Methods in org.adoptopenjdk.jitwatch.loader with parameters of type BytecodeInstructionModifier and TypeMethodDescriptionprivate static voidBytecodeLoader.processParameters(String paramString, BytecodeInstruction instruction) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as BytecodeInstructionMethods in org.adoptopenjdk.jitwatch.model that return BytecodeInstructionMethods in org.adoptopenjdk.jitwatch.model that return types with arguments of type BytecodeInstructionModifier and TypeMethodDescriptionAbstractMetaMember.getInstructions()IMetaMember.getInstructions()Constructors in org.adoptopenjdk.jitwatch.model with parameters of type BytecodeInstructionModifierConstructorDescriptionAnnotationException(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 BytecodeInstructionModifier and TypeFieldDescriptionprivate List<BytecodeInstruction> MemberBytecode.bytecodeInstructionsMethods in org.adoptopenjdk.jitwatch.model.bytecode that return BytecodeInstructionModifier and TypeMethodDescriptionMemberBytecode.getInstructionAtBCI(int bci) private BytecodeInstructionBytecodeAnnotationBuilder.getInstructionAtIndex(int index) Methods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type BytecodeInstructionMethods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type BytecodeInstructionModifier and TypeMethodDescriptionbooleanBytecodeAnnotationBuilder.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 BytecodeInstructionModifier and TypeMethodDescriptionvoidMemberBytecode.setInstructions(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 BytecodeInstructionModifier and TypeMethodDescriptionintViewerAssembly.getIndexForBytecodeOffset(String memberClassName, BytecodeInstruction bcInstruction) -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as BytecodeInstructionFields in org.adoptopenjdk.jitwatch.ui.triview.bytecode with type parameters of type BytecodeInstructionMethods in org.adoptopenjdk.jitwatch.ui.triview.bytecode that return BytecodeInstructionMethods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type BytecodeInstructionModifier and TypeMethodDescriptionprivate 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 -
Uses of BytecodeInstruction in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util with parameters of type BytecodeInstructionModifier and TypeMethodDescriptionstatic IMetaMemberParseUtil.getMemberFromBytecodeComment(IReadOnlyJITDataModel model, IMetaMember currentMember, BytecodeInstruction instruction)