Lines Matching refs:Dump
602 self->Dump(LOG(INFO));
773 LOG(ERROR) << self->GetException()->Dump();
797 self->Dump(LOG(INFO));
955 void Thread::Dump(std::ostream& os, bool dump_native_stack, BacktraceMap* backtrace_map) const {
983 // Attempt to rectify locks so that we dump thread list with required locks before exiting.
1000 Runtime::Current()->GetThreadList()->Dump(ss);
1327 // Dump the held mutexes.
1523 // We always want to dump the stack for an abort, however, there is no point dumping another
1528 // If we're currently in native code, dump that stack before dumping the managed stack.
1536 os << "Not able to dump stack of thread that isn't suspended";
1650 << e->Dump();
1657 LOG(FATAL) << "No pending exception expected: " << exception->Dump();
1666 << exception->Dump();
2381 Dump(LOG(WARNING)); // The pre-allocated OOME has no stack, so help out and log one.
2392 Dump(ss);
2743 GetThread()->Dump(LOG(INTERNAL_FATAL));
3038 // LOG(ERROR) << new_exception->Dump();