Uses of Class
org.adoptopenjdk.jitwatch.model.assembly.AssemblyMethod
-
Packages that use AssemblyMethod Package Description org.adoptopenjdk.jitwatch.model org.adoptopenjdk.jitwatch.model.assembly org.adoptopenjdk.jitwatch.ui.triview.assembly -
-
Uses of AssemblyMethod in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as AssemblyMethod Modifier and Type Field Description private AssemblyMethodCompilation. assemblyMethods in org.adoptopenjdk.jitwatch.model that return AssemblyMethod Modifier and Type Method Description AssemblyMethodCompilation. getAssembly()Methods in org.adoptopenjdk.jitwatch.model with parameters of type AssemblyMethod Modifier and Type Method Description voidAbstractMetaMember. addAssembly(AssemblyMethod asmMethod)voidIMetaMember. addAssembly(AssemblyMethod asmMethod)CompilationAbstractMetaMember. getCompilationByAddress(AssemblyMethod asmMethod)CompilationIMetaMember. 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 AssemblyMethod Modifier and Type Field Description private java.util.List<AssemblyMethod>AssemblyProcessor. assemblyMethodsMethods in org.adoptopenjdk.jitwatch.model.assembly that return AssemblyMethod Modifier and Type Method Description AssemblyMethodAbstractAssemblyParser. parseAssembly(java.lang.String assemblyString)AssemblyMethodIAssemblyParser. parseAssembly(java.lang.String assemblyString)Methods in org.adoptopenjdk.jitwatch.model.assembly that return types with arguments of type AssemblyMethod Modifier and Type Method Description java.util.List<AssemblyMethod>AssemblyProcessor. getAssemblyMethods() -
Uses of AssemblyMethod in org.adoptopenjdk.jitwatch.ui.triview.assembly
Methods in org.adoptopenjdk.jitwatch.ui.triview.assembly with parameters of type AssemblyMethod Modifier and Type Method Description voidViewerAssembly. setAssemblyMethod(AssemblyMethod asmMethod, boolean showLocalLabels)
-