Home
last modified time | relevance | path

Searched refs:DumpThread (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc312 DumpThread(os, self); in Dump()
315 DumpThread(os, self); in Dump()
324 void DumpThread(std::ostream& os, Thread* self) const NO_THREAD_SAFETY_ANALYSIS { in DumpThread() function
Dtrace.cc994 static void DumpThread(Thread* t, void* arg) { in DumpThread() function
1008 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()