Searched refs:DumpNativeStack (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | thread_list.cc | 122 DumpNativeStack(os, thread->GetTid(), map.get(), "\t"); in DumpNativeStacks() 149 DumpNativeStack(os, tid, nullptr, " native: "); in DumpUnattachedThread() 1260 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Unregister()
|
D | utils.h | 246 void DumpNativeStack(std::ostream& os,
|
D | runtime_linux.cc | 45 DumpNativeStack(os, GetTid(), nullptr, "\t", nullptr, raw_context_); in Dump()
|
D | runtime.cc | 338 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump() 345 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump()
|
D | utils.cc | 1107 void DumpNativeStack(std::ostream& os, pid_t tid, BacktraceMap* existing_map, const char* prefix, in DumpNativeStack() function
|
D | thread.cc | 1532 DumpNativeStack(os, GetTid(), backtrace_map, " native: ", method); in DumpStack()
|