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