Home
last modified time | relevance | path

Searched refs:FindFrameAtDepthVisitor (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_stack.h88 struct FindFrameAtDepthVisitor : art::StackVisitor { struct
90 FindFrameAtDepthVisitor(art::Thread* target, art::Context* ctx, jint depth) in FindFrameAtDepthVisitor() function
Dti_stack.cc118 art::ShadowFrame* FindFrameAtDepthVisitor::GetOrCreateShadowFrame(bool* created_frame) { in GetOrCreateShadowFrame()
1050 FindFrameAtDepthVisitor visitor(target, context.get(), depth); in NotifyFramePop()
1134 FindFrameAtDepthVisitor final_frame(target, context.get(), 0); in PopFrame()
1135 FindFrameAtDepthVisitor penultimate_frame(target, context.get(), 1); in PopFrame()
Dti_method.cc538 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run()
907 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run()