Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2264 struct CountStackDepthVisitor : public StackVisitor { in GetStackDepth() struct
2265 explicit CountStackDepthVisitor(Thread* thread_in) in GetStackDepth() argument
2271 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in GetStackDepth()
2277 size_t depth; in GetStackDepth()
Dthread.cc1972 class CountStackDepthVisitor : public StackVisitor { class