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

/art/runtime/
H A Dthread.h177 static void DumpState(std::ostream& os, const Thread* thread, pid_t tid)
879 void DumpState(std::ostream& os) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dthread.cc595 DumpState(os);
751 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { function in class:art::Thread
871 void Thread::DumpState(std::ostream& os) const { function in class:art::Thread
872 Thread::DumpState(os, this, GetTid());
H A Dthread_list.cc106 // TODO: No thread safety analysis as DumpState with a NULL thread won't access fields, should
107 // refactor DumpState to avoid skipping analysis.
108 Thread::DumpState(os, NULL, tid);

Completed in 541 milliseconds