Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc556 struct DescribeStackVisitor : public StackVisitor { in DescribeStack() struct
557 explicit DescribeStackVisitor(Thread* thread_in) in DescribeStack() function
560 bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) { in DescribeStack()