Uses of Class
org.adoptopenjdk.jitwatch.model.assembly.AssemblyMethod
Packages that use AssemblyMethod
Package
Description
-
Uses of AssemblyMethod in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as AssemblyMethodMethods in org.adoptopenjdk.jitwatch.model that return AssemblyMethodMethods in org.adoptopenjdk.jitwatch.model with parameters of type AssemblyMethodModifier and TypeMethodDescriptionvoidAbstractMetaMember.addAssembly(AssemblyMethod asmMethod) voidIMetaMember.addAssembly(AssemblyMethod asmMethod) AbstractMetaMember.getCompilationByAddress(AssemblyMethod asmMethod) IMetaMember.getCompilationByAddress(AssemblyMethod asmMethod) voidCompilation.setAssembly(AssemblyMethod assembly) -
Uses of AssemblyMethod in org.adoptopenjdk.jitwatch.model.assembly
Fields in org.adoptopenjdk.jitwatch.model.assembly with type parameters of type AssemblyMethodMethods in org.adoptopenjdk.jitwatch.model.assembly that return AssemblyMethodModifier and TypeMethodDescriptionAbstractAssemblyParser.parseAssembly(String assemblyString) IAssemblyParser.parseAssembly(String assemblyString) Methods in org.adoptopenjdk.jitwatch.model.assembly that return types with arguments of type AssemblyMethod -
Uses of AssemblyMethod in org.adoptopenjdk.jitwatch.ui.triview.assembly
Methods in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type AssemblyMethodModifier and TypeMethodDescriptionvoidViewerAssembly.setAssemblyMethod(AssemblyMethod asmMethod, boolean showLocalLabels)