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 154 bool dump_native_stack = Runtime::Current()->GetDumpNativeStackOnSigQuit(); local
155 Dump(os, dump_native_stack);
156 DumpUnattachedThreads(os, dump_native_stack && kDumpUnattachedThreadNativeStackForSigQuit);
159 static void DumpUnattachedThread(std::ostream& os, pid_t tid, bool dump_native_stack)
165 if (dump_native_stack) {
171 void ThreadList::DumpUnattachedThreads(std::ostream& os, bool dump_native_stack) {
189 DumpUnattachedThread(os, tid, dump_native_stack);
203 DumpCheckpoint(std::ostream* os, bool dump_native_stack)
206 backtrace_map_(dump_native_stack ? BacktraceMap::Create(getpid()) : nullptr),
207 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 201 bool dump_native_stack = true,
    [all...]
thread.cc     [all...]

Completed in 59 milliseconds