Searched defs:StackDumpVisitor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc778 struct StackDumpVisitor : public StackVisitor { struct in namespace:art
779 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate)
785 virtual ~StackDumpVisitor() {
888 StackDumpVisitor dumper(os, const_cast<Thread*>(this), context.get(), !throwing_OutOfMemoryError_);

Completed in 9 milliseconds