Class AssemblyMethod
java.lang.Object
org.adoptopenjdk.jitwatch.model.assembly.AssemblyMethod
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Architectureprivate Stringprivate List<AssemblyBlock> private Stringprivate Stringprivate static final com.chrisnewland.freelogj.Loggerprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlock(AssemblyBlock block) intvoidvoidsetEntryAddress(String entryAddress) voidvoidsetNativeAddress(String nativeAddress) toString()
-
Field Details
-
header
-
blocks
-
nativeAddress
-
entryAddress
-
assemblyMethodSignature
-
architecture
-
logger
private static final com.chrisnewland.freelogj.Logger logger
-
-
Constructor Details
-
AssemblyMethod
-
-
Method Details
-
getArchitecture
-
setAssemblyMethodSignature
-
getAssemblyMethodSignature
-
setHeader
-
getHeader
-
addBlock
-
getBlocks
-
getMaxAnnotationWidth
public int getMaxAnnotationWidth() -
getNativeAddress
-
setNativeAddress
-
getEntryAddress
-
setEntryAddress
-
toString
-