Uses of Class
org.adoptopenjdk.jitwatch.model.assembly.AssemblyInstruction
Packages that use AssemblyInstruction
Package
Description
-
Uses of AssemblyInstruction in org.adoptopenjdk.jitwatch.model.assembly
Fields in org.adoptopenjdk.jitwatch.model.assembly with type parameters of type AssemblyInstructionMethods in org.adoptopenjdk.jitwatch.model.assembly that return AssemblyInstructionModifier and TypeMethodDescriptionIAssemblyParser.createInstruction(AssemblyLabels labels, String inLine) IAssemblyParser.parseInstruction(String input, long address, String comment, String annotation, AssemblyLabels labels) Methods in org.adoptopenjdk.jitwatch.model.assembly that return types with arguments of type AssemblyInstructionMethods in org.adoptopenjdk.jitwatch.model.assembly with parameters of type AssemblyInstructionModifier and TypeMethodDescriptionvoidAssemblyBlock.addInstruction(AssemblyInstruction instr) voidAssemblyLabels.formatOperands(AssemblyInstruction instruction, StringBuilder builder) private LongAssemblyLabels.instructionToLabel(AssemblyInstruction instruction) voidAssemblyLabels.newInstruction(AssemblyInstruction instruction) voidAssemblyBlock.replaceLastInstruction(AssemblyInstruction instr) -
Uses of AssemblyInstruction in org.adoptopenjdk.jitwatch.model.assembly.arm
Methods in org.adoptopenjdk.jitwatch.model.assembly.arm that return AssemblyInstructionModifier and TypeMethodDescriptionAssemblyParserARM.createInstruction(AssemblyLabels labels, String inLine) AssemblyParserARM.parseInstruction(String input, long address, String comment, String annotation, AssemblyLabels labels) -
Uses of AssemblyInstruction in org.adoptopenjdk.jitwatch.model.assembly.x86
Methods in org.adoptopenjdk.jitwatch.model.assembly.x86 that return AssemblyInstructionModifier and TypeMethodDescriptionAssemblyParserX86.createInstruction(AssemblyLabels labels, String inLine) AssemblyParserX86.parseInstruction(String input, long address, String comment, String annotation, AssemblyLabels labels) -
Uses of AssemblyInstruction in org.adoptopenjdk.jitwatch.ui.triview.assembly
Fields in org.adoptopenjdk.jitwatch.ui.triview.assembly declared as AssemblyInstructionMethods in org.adoptopenjdk.jitwatch.ui.triview.assembly that return AssemblyInstructionMethods in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type AssemblyInstructionModifier and TypeMethodDescriptionprivate AssemblyLabelViewerAssembly.createLabel(AssemblyInstruction instruction, int annoWidth, int line, boolean showLocalLabels) private StringViewerAssembly.getToolTip(AssemblyInstruction instruction) Constructors in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type AssemblyInstructionModifierConstructorDescriptionAssemblyLabel(AssemblyInstruction instr, int annoWidth, int line, boolean showLocalLabels)