Searched refs:DumpState (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread.h224 static void DumpState(std::ostream& os, const Thread* thread, pid_t tid)
1319 void DumpState(std::ostream& os) const REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthread.cc1166 DumpState(os);
1615 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { function in class:Thread
1764 void Thread::DumpState(std::ostream& os) const { function in class:Thread
1765 Thread::DumpState(os, this, GetTid());
H A Dthread_list.cc162 // TODO: No thread safety analysis as DumpState with a null thread won't access fields, should
163 // refactor DumpState to avoid skipping analysis.
164 Thread::DumpState(os, nullptr, tid);
582 // Set the flip function for all threads because Thread::DumpState/DumpJavaStack() (invoked by

Completed in 888 milliseconds