Home
last modified time | relevance | path

Searched defs:DescribeStackVisitor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dstack.cc636 struct DescribeStackVisitor : public StackVisitor { in DescribeStack() struct
637 explicit DescribeStackVisitor(Thread* thread_in) in DescribeStack() argument
640 bool VisitFrame() override REQUIRES_SHARED(Locks::mutator_lock_) { in DescribeStack()