Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc603 struct DescribeStackVisitor : public StackVisitor { in DescribeStack() struct
604 explicit DescribeStackVisitor(Thread* thread_in) in DescribeStack() argument
607 bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) { in DescribeStack()