Searched defs:DescribeStackVisitor (Results 1 – 1 of 1) sorted by relevance
603 struct DescribeStackVisitor : public StackVisitor { in DescribeStack() struct604 explicit DescribeStackVisitor(Thread* thread_in) in DescribeStack() argument607 bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) { in DescribeStack()