public static interface MemoryWalker.RuntimeCompiledMethodAccess<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getName(T runtimeCompiledMethod)
Return the name of the runtime compiled method.
|
org.graalvm.word.UnsignedWord |
getSize(T runtimeCompiledMethod)
Return the size of the code of the runtime compiled method.
|
org.graalvm.word.UnsignedWord |
getStart(T runtimeCompiledMethod)
Return the start of the code of the runtime compiled method.
|