Searched refs:FindFrameAtDepthVisitor (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ |
D | ti_stack.h | 93 struct FindFrameAtDepthVisitor : art::StackVisitor { struct 95 FindFrameAtDepthVisitor(art::Thread* target, art::Context* ctx, jint depth) in FindFrameAtDepthVisitor() argument
|
D | ti_stack.cc | 135 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()
|
D | ti_method.cc | 570 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run() 1157 FindFrameAtDepthVisitor visitor(self, context.get(), depth_); in Run()
|