public static final class RuntimeCodeInfo.MemoryWalkerAccessImpl extends Object implements MemoryWalker.RuntimeCompiledMethodAccess<RuntimeMethodInfo>
| Modifier | Constructor and Description |
|---|---|
protected |
MemoryWalkerAccessImpl()
A private constructor used only to make up the singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName(RuntimeMethodInfo runtimeMethod)
Return the name of the runtime compiled method.
|
org.graalvm.word.UnsignedWord |
getSize(RuntimeMethodInfo runtimeMethod)
Return the size of the code of the runtime compiled method.
|
org.graalvm.word.UnsignedWord |
getStart(RuntimeMethodInfo runtimeMethod)
Return the start of the code of the runtime compiled method.
|
protected MemoryWalkerAccessImpl()
public org.graalvm.word.UnsignedWord getStart(RuntimeMethodInfo runtimeMethod)
MemoryWalker.RuntimeCompiledMethodAccessgetStart in interface MemoryWalker.RuntimeCompiledMethodAccess<RuntimeMethodInfo>public org.graalvm.word.UnsignedWord getSize(RuntimeMethodInfo runtimeMethod)
MemoryWalker.RuntimeCompiledMethodAccessgetSize in interface MemoryWalker.RuntimeCompiledMethodAccess<RuntimeMethodInfo>public String getName(RuntimeMethodInfo runtimeMethod)
MemoryWalker.RuntimeCompiledMethodAccessgetName in interface MemoryWalker.RuntimeCompiledMethodAccess<RuntimeMethodInfo>