Lines Matching refs:Dump
60 // Whether we should try to dump the native stack of unattached threads. See commit ed8b723 for
134 suspend_all_historam_.PrintConfidenceIntervals(os, 0.99, data); // Dump time to suspend.
138 Dump(os, dump_native_stack);
179 // Dump checkpoint timeout in milliseconds. Larger amount on the target, since the device could be
183 // A closure used by Thread::Dump.
199 thread->Dump(local_os, dump_native_stack_, backtrace_map_.get());
217 << "Unexpected time out during dump checkpoint.";
228 // Whether we should dump the native stack.
232 void ThreadList::Dump(std::ostream& os, bool dump_native_stack) {
257 // Attempt to rectify locks so that we dump thread list with required locks before exiting.
262 Locks::mutator_lock_->Dump(ss);
264 runtime->GetThreadList()->Dump(ss);
1018 // dump event is pending (assuming SignalCatcher was resumed for
1198 self->ShortDump(oss); // We don't hold the mutator_lock_ yet and so cannot call Dump.