Home
last modified time | relevance | path

Searched defs: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()
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 …]