Home
last modified time | relevance | path

Searched defs:FindFrameAtDepthVisitor (Results 1 – 1 of 1) 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
102 bool FoundFrame() { in FoundFrame()
106 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in VisitFrame()
125 size_t cnt_;
126 size_t depth_;