Uses of Class
org.adoptopenjdk.jitwatch.model.assembly.AssemblyInstruction
-
-
Uses of AssemblyInstruction in org.adoptopenjdk.jitwatch.model.assembly
Fields in org.adoptopenjdk.jitwatch.model.assembly with type parameters of type AssemblyInstruction Modifier and Type Field Description private java.util.List<AssemblyInstruction>AssemblyBlock. instructionsMethods in org.adoptopenjdk.jitwatch.model.assembly that return AssemblyInstruction Modifier and Type Method Description AssemblyInstructionIAssemblyParser. createInstruction(AssemblyLabels labels, java.lang.String inLine)AssemblyInstructionIAssemblyParser. parseInstruction(java.lang.String input, long address, java.lang.String comment, java.lang.String annotation, AssemblyLabels labels)Methods in org.adoptopenjdk.jitwatch.model.assembly that return types with arguments of type AssemblyInstruction Modifier and Type Method Description java.util.List<AssemblyInstruction>AssemblyBlock. getInstructions()Methods in org.adoptopenjdk.jitwatch.model.assembly with parameters of type AssemblyInstruction Modifier and Type Method Description voidAssemblyBlock. addInstruction(AssemblyInstruction instr)voidAssemblyLabels. formatOperands(AssemblyInstruction instruction, java.lang.StringBuilder builder)private java.lang.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 AssemblyInstruction Modifier and Type Method Description AssemblyInstructionAssemblyParserARM. createInstruction(AssemblyLabels labels, java.lang.String inLine)AssemblyInstructionAssemblyParserARM. parseInstruction(java.lang.String input, long address, java.lang.String comment, java.lang.String annotation, AssemblyLabels labels) -
Uses of AssemblyInstruction in org.adoptopenjdk.jitwatch.model.assembly.x86
Methods in org.adoptopenjdk.jitwatch.model.assembly.x86 that return AssemblyInstruction Modifier and Type Method Description AssemblyInstructionAssemblyParserX86. createInstruction(AssemblyLabels labels, java.lang.String inLine)AssemblyInstructionAssemblyParserX86. parseInstruction(java.lang.String input, long address, java.lang.String comment, java.lang.String annotation, AssemblyLabels labels) -
Uses of AssemblyInstruction in org.adoptopenjdk.jitwatch.ui.triview.assembly
Fields in org.adoptopenjdk.jitwatch.ui.triview.assembly declared as AssemblyInstruction Modifier and Type Field Description private AssemblyInstructionAssemblyLabel. instructionMethods in org.adoptopenjdk.jitwatch.ui.triview.assembly that return AssemblyInstruction Modifier and Type Method Description AssemblyInstructionAssemblyLabel. getInstruction()Methods in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type AssemblyInstruction Modifier and Type Method Description private AssemblyLabelViewerAssembly. createLabel(AssemblyInstruction instruction, int annoWidth, int line, boolean showLocalLabels)private java.lang.StringViewerAssembly. getToolTip(AssemblyInstruction instruction)Constructors in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type AssemblyInstruction Constructor Description AssemblyLabel(AssemblyInstruction instr, int annoWidth, int line, boolean showLocalLabels)
-