Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2319 struct CountStackDepthVisitor : public StackVisitor { in GetStackDepth() struct
2320 explicit CountStackDepthVisitor(Thread* thread_in) in GetStackDepth() argument
2326 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in GetStackDepth()
2332 size_t depth; in GetStackDepth()