Home
last modified time | relevance | path

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

/art/tools/signal_dumper/
Dsignal_dumper.cc506 void DumpThread(unwindstack::AndroidRemoteUnwinder& unwinder, pid_t pid, in DumpThread() function
599 DumpThread(unwinder, forked_pid, tid, addr2line_path.get(), " "); in DumpProcess()
/art/runtime/
Druntime.cc578 DumpThread(os, self); in Dump()
581 DumpThread(os, self); in Dump()
589 void DumpThread(std::ostream& os, Thread* self) const NO_THREAD_SAFETY_ANALYSIS { in DumpThread() function