Searched refs:DumpNativeStack (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | thread_list.cc | 92 DumpNativeStack(os, thread->GetTid(), "\t"); in DumpNativeStacks() 113 DumpNativeStack(os, tid, " native: "); in DumpUnattachedThread() 904 DumpNativeStack(os, GetTid(), " native: ", nullptr); in Unregister()
|
D | runtime_linux.cc | 36 DumpNativeStack(os, GetTid(), "\t"); in Dump()
|
D | utils.h | 477 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix = "",
|
D | utils.cc | 1065 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix, in DumpNativeStack() function
|
D | runtime.cc | 230 DumpNativeStack(os, GetTid(), " native: ", nullptr); in Dump()
|
D | thread.cc | 1040 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort)); in DumpStack()
|