Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc466 struct DescribeStackVisitor : public StackVisitor { in DescribeStack() struct
467 explicit DescribeStackVisitor(Thread* thread) in DescribeStack() function
470 bool VisitFrame() OVERRIDE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in DescribeStack()