Home
last modified time | relevance | path

Searched refs:StackDumpVisitor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.cc875 struct StackDumpVisitor : public StackVisitor { struct
876 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate) in StackDumpVisitor() function
882 virtual ~StackDumpVisitor() { in ~StackDumpVisitor() argument
1013 StackDumpVisitor dumper(os, const_cast<Thread*>(this), context.get(), in DumpJavaStack()