Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_list.cc1264 self->ShortDump(oss); // We don't hold the mutator_lock_ yet and so cannot call Dump. in Register()
H A Dthread.h219 void ShortDump(std::ostream& os) const;
H A Dthread.cc1352 void Thread::ShortDump(std::ostream& os) const { in ShortDump() function in art::Thread
4306 thread.ShortDump(os); in operator <<()