Uses of Interface
org.adoptopenjdk.jitwatch.model.assembly.IAssemblyParser
-
-
Uses of IAssemblyParser in org.adoptopenjdk.jitwatch.model.assembly
Classes in org.adoptopenjdk.jitwatch.model.assembly that implement IAssemblyParser Modifier and Type Class Description classAbstractAssemblyParserMethods in org.adoptopenjdk.jitwatch.model.assembly that return IAssemblyParser Modifier and Type Method Description static IAssemblyParserAssemblyUtil. getParserForArchitecture(Architecture architecture) -
Uses of IAssemblyParser in org.adoptopenjdk.jitwatch.model.assembly.arm
Classes in org.adoptopenjdk.jitwatch.model.assembly.arm that implement IAssemblyParser Modifier and Type Class Description classAssemblyParserARM -
Uses of IAssemblyParser in org.adoptopenjdk.jitwatch.model.assembly.x86
Classes in org.adoptopenjdk.jitwatch.model.assembly.x86 that implement IAssemblyParser Modifier and Type Class Description classAssemblyParserX86 -
Uses of IAssemblyParser in org.adoptopenjdk.jitwatch.ui.triview.assembly
Fields in org.adoptopenjdk.jitwatch.ui.triview.assembly declared as IAssemblyParser Modifier and Type Field Description private IAssemblyParserViewerAssembly. parser
-