Searched defs:DescribeStackVisitor (Results 1 – 1 of 1) sorted by relevance
657 struct DescribeStackVisitor : public StackVisitor { in DescribeStack() struct658 explicit DescribeStackVisitor(Thread* thread_in) in DescribeStack() function661 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in DescribeStack()