Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc863 struct StackDumpVisitor : public StackVisitor { struct
864 StackDumpVisitor(std::ostream& os, Thread* thread, Context* context, bool can_allocate) in StackDumpVisitor() function
870 virtual ~StackDumpVisitor() { in ~StackDumpVisitor()
876 bool VisitFrame() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in VisitFrame()
922 static void DumpLockedObject(mirror::Object* o, void* context) in DumpLockedObject()
942 std::ostream& os;
943 const Thread* thread;
944 const bool can_allocate;
945 mirror::ArtMethod* last_method;
946 int last_line_number;
[all …]