Searched defs:CountStackDepthVisitor (Results 1 – 1 of 1) sorted by relevance
2319 struct CountStackDepthVisitor : public StackVisitor { in GetStackDepth() struct2320 explicit CountStackDepthVisitor(Thread* thread_in) in GetStackDepth() argument2326 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in GetStackDepth()2332 size_t depth; in GetStackDepth()