Searched refs:DumpState (Results 1 – 3 of 3) sorted by relevance
1424 DumpState(os); in Dump()1432 DumpState(os); in Dump()1985 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { in DumpState() function in art::Thread2139 void Thread::DumpState(std::ostream& os) const { in DumpState() function in art::Thread2140 Thread::DumpState(os, this, GetTid()); in DumpState()
347 static void DumpState(std::ostream& os, const Thread* thread, pid_t tid)1711 void DumpState(std::ostream& os) const REQUIRES_SHARED(Locks::mutator_lock_);
151 Thread::DumpState(os, nullptr, tid); in DumpUnattachedThread()