HomeSort by relevance Sort by last modified time
    Searched refs:dump_native_stack (Results 1 - 4 of 4) sorted by null

  /art/runtime/
thread_list.cc 155 bool dump_native_stack = Runtime::Current()->GetDumpNativeStackOnSigQuit(); local
156 Dump(os, dump_native_stack);
157 DumpUnattachedThreads(os, dump_native_stack && kDumpUnattachedThreadNativeStackForSigQuit);
160 static void DumpUnattachedThread(std::ostream& os, pid_t tid, bool dump_native_stack)
166 if (dump_native_stack) {
172 void ThreadList::DumpUnattachedThreads(std::ostream& os, bool dump_native_stack) {
190 DumpUnattachedThread(os, tid, dump_native_stack);
204 DumpCheckpoint(std::ostream* os, bool dump_native_stack)
207 backtrace_map_(dump_native_stack ? BacktraceMap::Create(getpid()) : nullptr),
208 dump_native_stack_(dump_native_stack) {
    [all...]
thread_list.h 60 void Dump(std::ostream& os, bool dump_native_stack = true)
193 void DumpUnattachedThreads(std::ostream& os, bool dump_native_stack)
thread.h 210 bool dump_native_stack = true,
    [all...]
thread.cc     [all...]

Completed in 83 milliseconds