Searched refs:DumpState (Results 1 – 3 of 3) sorted by relevance
202 static void DumpState(std::ostream& os, const Thread* thread, pid_t tid)1140 void DumpState(std::ostream& os) const SHARED_REQUIRES(Locks::mutator_lock_);
956 DumpState(os); in Dump()1215 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { in DumpState() function in art::Thread1349 void Thread::DumpState(std::ostream& os) const { in DumpState() function in art::Thread1350 Thread::DumpState(os, this, GetTid()); in DumpState()
146 Thread::DumpState(os, nullptr, tid); in DumpUnattachedThread()