Class AssemblyReference
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.model.assembly.AssemblyReference
-
public final class AssemblyReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringASM_REF_PATHprivate static com.chrisnewland.freelogj.LoggerLOGGERprivate static java.util.Map<java.lang.String,java.lang.String>mnemonicMapprivate static java.lang.StringTAG_BRIEF_CLOSEprivate static java.lang.StringTAG_BRIEF_OPENprivate static java.lang.StringTAG_MNEM_CLOSEprivate static java.lang.StringTAG_MNEM_OPEN
-
Constructor Summary
Constructors Modifier Constructor Description privateAssemblyReference()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringlookupMnemonic(java.lang.String mnemonic)
-
-
-
Field Detail
-
mnemonicMap
private static java.util.Map<java.lang.String,java.lang.String> mnemonicMap
-
TAG_MNEM_OPEN
private static final java.lang.String TAG_MNEM_OPEN
- See Also:
- Constant Field Values
-
TAG_MNEM_CLOSE
private static final java.lang.String TAG_MNEM_CLOSE
- See Also:
- Constant Field Values
-
TAG_BRIEF_OPEN
private static final java.lang.String TAG_BRIEF_OPEN
- See Also:
- Constant Field Values
-
TAG_BRIEF_CLOSE
private static final java.lang.String TAG_BRIEF_CLOSE
- See Also:
- Constant Field Values
-
LOGGER
private static final com.chrisnewland.freelogj.Logger LOGGER
-
ASM_REF_PATH
private static final java.lang.String ASM_REF_PATH
- See Also:
- Constant Field Values
-
-