Home
last modified time | relevance | path

Searched defs:CountStackDepthVisitor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc2403 struct CountStackDepthVisitor : public StackVisitor { in GetStackDepth() struct
2404 explicit CountStackDepthVisitor(Thread* thread_in) in GetStackDepth() function
2410 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in GetStackDepth()
2416 size_t depth; in GetStackDepth()