Searched defs:CountStackDepthVisitor (Results 1 – 2 of 2) sorted by relevance
2264 struct CountStackDepthVisitor : public StackVisitor { in GetStackDepth() struct2265 explicit CountStackDepthVisitor(Thread* thread_in) in GetStackDepth() argument2271 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS { in GetStackDepth()2277 size_t depth; in GetStackDepth()
1972 class CountStackDepthVisitor : public StackVisitor { class