public static class PathExhibitor.FrameVisitor extends Object implements StackFrameVisitor
| Modifier and Type | Field and Description |
|---|---|
protected org.graalvm.word.Pointer |
targetPointer
A pointer to the object I am looking for.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FrameVisitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
epilogue()
Called after all frames have been visited.
|
void |
initialize(Object targetObject) |
boolean |
visitFrame(org.graalvm.word.Pointer sp,
org.graalvm.nativeimage.c.function.CodePointer ip,
DeoptimizedFrame deoptimizedFrame)
Called for each frame that is visited.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprologueprotected org.graalvm.word.Pointer targetPointer
public void initialize(Object targetObject)
public boolean visitFrame(org.graalvm.word.Pointer sp,
org.graalvm.nativeimage.c.function.CodePointer ip,
DeoptimizedFrame deoptimizedFrame)
StackFrameVisitorvisitFrame in interface StackFrameVisitorsp - The stack pointer of the frame being visited.ip - The instruction pointer of the frame being visited.deoptimizedFrame - The information about a deoptimized frame, or null if the
frame is not deoptimized.public boolean epilogue()
StackFrameVisitorepilogue in interface StackFrameVisitor