Class AbstractAssemblyParser
java.lang.Object
org.adoptopenjdk.jitwatch.model.assembly.AbstractAssemblyParser
- All Implemented Interfaces:
IAssemblyParser
- Direct Known Subclasses:
AssemblyParserARM,AssemblyParserX86
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Architectureprotected static final com.chrisnewland.freelogj.Logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.adoptopenjdk.jitwatch.model.assembly.IAssemblyParser
createInstruction, extractRegisterName, isConstant, isJump, isRegister, parseInstruction
-
Field Details
-
logger
protected static final com.chrisnewland.freelogj.Logger logger -
architecture
-
-
Constructor Details
-
AbstractAssemblyParser
-
-
Method Details
-
getArchitecture
-
parseAssembly
- Specified by:
parseAssemblyin interfaceIAssemblyParser
-
isAddress
- Specified by:
isAddressin interfaceIAssemblyParser
-