Searched defs:CountStackDepthVisitor (Results 1 – 1 of 1) sorted by relevance
2403 struct CountStackDepthVisitor : public StackVisitor { in GetStackDepth() struct2404 explicit CountStackDepthVisitor(Thread* thread_in) in GetStackDepth() function2410 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in GetStackDepth()2416 size_t depth; in GetStackDepth()