Uses of Class
org.adoptopenjdk.jitwatch.model.assembly.Architecture
-
-
Uses of Architecture in org.adoptopenjdk.jitwatch.model.assembly
Fields in org.adoptopenjdk.jitwatch.model.assembly declared as Architecture Modifier and Type Field Description protected ArchitectureAbstractAssemblyParser. architectureprivate ArchitectureAssemblyMethod. architectureprivate ArchitectureAssemblyProcessor. architectureMethods in org.adoptopenjdk.jitwatch.model.assembly that return Architecture Modifier and Type Method Description ArchitectureAbstractAssemblyParser. getArchitecture()ArchitectureAssemblyMethod. getArchitecture()static ArchitectureArchitecture. parseFromLogLine(java.lang.String line)static ArchitectureArchitecture. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Architecture[]Architecture. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.adoptopenjdk.jitwatch.model.assembly with parameters of type Architecture Modifier and Type Method Description static IAssemblyParserAssemblyUtil. getParserForArchitecture(Architecture architecture)Constructors in org.adoptopenjdk.jitwatch.model.assembly with parameters of type Architecture Constructor Description AbstractAssemblyParser(Architecture architecture)AssemblyMethod(Architecture architecture) -
Uses of Architecture in org.adoptopenjdk.jitwatch.model.assembly.arm
Constructors in org.adoptopenjdk.jitwatch.model.assembly.arm with parameters of type Architecture Constructor Description AssemblyParserARM(Architecture architecture) -
Uses of Architecture in org.adoptopenjdk.jitwatch.model.assembly.x86
Constructors in org.adoptopenjdk.jitwatch.model.assembly.x86 with parameters of type Architecture Constructor Description AssemblyParserX86(Architecture architecture) -
Uses of Architecture in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util that return Architecture Modifier and Type Method Description static ArchitectureOSUtil. getArchitecture()
-