Home | History | Annotate | Download | only in runtime

Lines Matching refs:Dump

625     self->Dump(LOG_STREAM(INFO));
802 self->Dump(LOG_STREAM(INFO));
829 LOG(ERROR) << self->GetException()->Dump();
1145 void Thread::Dump(std::ostream& os, bool dump_native_stack, BacktraceMap* backtrace_map,
1177 // Attempt to rectify locks so that we dump thread list with required locks before exiting.
1194 Runtime::Current()->GetThreadList()->Dump(ss);
1718 // Dump the held mutexes.
1827 // We may call Thread::Dump() in the middle of the CC thread flip and this thread's stack
1933 // We always want to dump the stack for an abort, however, there is no point dumping another
1938 // If we're currently in native code, dump that stack before dumping the managed stack.
1951 os << "Not able to dump stack of thread that isn't suspended";
2084 << e->Dump();
2090 LOG(FATAL) << "No pending exception expected: " << GetException()->Dump();
2098 << GetException()->Dump();
2834 Dump(LOG_STREAM(WARNING)); // The pre-allocated OOME has no stack, so help out and log one.
2845 Dump(ss);
3239 GetThread()->Dump(LOG_STREAM(FATAL_WITHOUT_ABORT));
3676 // We may call Thread::Dump() in the middle of the CC thread flip and this thread's stack