Searched defs:StackDumpVisitor (Results 1 – 1 of 1) sorted by relevance
875 struct StackDumpVisitor : public StackVisitor { struct876 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate) in StackDumpVisitor() function882 virtual ~StackDumpVisitor() { in ~StackDumpVisitor()888 bool VisitFrame() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in VisitFrame()934 static void DumpLockedObject(mirror::Object* o, void* context) in DumpLockedObject()954 std::ostream& os;955 const Thread* thread;956 const bool can_allocate;957 mirror::ArtMethod* last_method;958 int last_line_number;[all …]