Home
last modified time | relevance | path

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

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