Searched defs:StackDumpVisitor (Results 1 – 1 of 1) sorted by relevance
778 struct StackDumpVisitor : public StackVisitor { struct779 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate) in StackDumpVisitor() argument785 virtual ~StackDumpVisitor() { in ~StackDumpVisitor()791 bool VisitFrame() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in VisitFrame()837 static void DumpLockedObject(mirror::Object* o, void* context) in DumpLockedObject()843 std::ostream& os;844 const Thread* thread;845 const bool can_allocate;846 MethodHelper mh;847 mirror::ArtMethod* last_method;[all …]