Home
last modified time | relevance | path

Searched refs:ShortDump (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread_list.cc1260 self->ShortDump(oss); // We don't hold the mutator_lock_ yet and so cannot call Dump. in Register()
Dthread.h218 void ShortDump(std::ostream& os) const;
Dthread.cc1343 void Thread::ShortDump(std::ostream& os) const { in ShortDump() function in art::Thread
4162 thread.ShortDump(os); in operator <<()