Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.h93 struct FindFrameAtDepthVisitor : art::StackVisitor { struct
95 FindFrameAtDepthVisitor(art::Thread* target, art::Context* ctx, jint depth) in FindFrameAtDepthVisitor() function
Dti_stack.cc135 art::ShadowFrame* FindFrameAtDepthVisitor::GetOrCreateShadowFrame(bool* created_frame) { in GetOrCreateShadowFrame()
1067 FindFrameAtDepthVisitor visitor(target, context.get(), depth); in NotifyFramePop()
1161 FindFrameAtDepthVisitor final_frame(target_, context.get(), 0); in NonStandardExitFrames()
1162 FindFrameAtDepthVisitor penultimate_frame(target_, context.get(), 1); in NonStandardExitFrames()
Dti_method.cc567 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run()
1154 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run()