Home
last modified time | relevance | path

Searched refs:INTERNAL_FATAL (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Druntime_android.cc37 LogMessage::LogLine(__FILE__, __LINE__, INTERNAL_FATAL, "HandleUnexpectedSignal reentered\n"); in HandleUnexpectedSignal()
47 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage(); in HandleUnexpectedSignal()
50 LOG(INTERNAL_FATAL) << "Dump heap object at fault address: "; in HandleUnexpectedSignal()
51 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr)); in HandleUnexpectedSignal()
Druntime_linux.cc307 LogMessage::LogLine(__FILE__, __LINE__, INTERNAL_FATAL, "HandleUnexpectedSignal reentered\n"); in HandleUnexpectedSignal()
332 LOG(INTERNAL_FATAL) << "*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\n" in HandleUnexpectedSignal()
347 runtime->GetThreadList()->DumpForSigQuit(LOG(INTERNAL_FATAL)); in HandleUnexpectedSignal()
350 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage(); in HandleUnexpectedSignal()
352 LOG(INTERNAL_FATAL) << "Dump heap object at fault address: "; in HandleUnexpectedSignal()
353 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr)); in HandleUnexpectedSignal()
357 LOG(INTERNAL_FATAL) << "********************************************************\n" in HandleUnexpectedSignal()
Dwell_known_classes.cc175 LOG(INTERNAL_FATAL) << soa.Self()->GetException()->Dump() << '\n'; in CacheField()
192 LOG(INTERNAL_FATAL) << soa.Self()->GetException()->Dump() << '\n'; in CacheMethod()
Druntime.cc366 LOG(INTERNAL_FATAL) << Dumpable<AbortState>(state); in Abort()
370 LOG(INTERNAL_FATAL) << "Calling abort hook..."; in Abort()
373 LOG(INTERNAL_FATAL) << "Unexpectedly returned from abort hook!"; in Abort()
Djni_internal.cc2173 LOG(return_errors ? ERROR : INTERNAL_FATAL) << "Failed to register native method " in RegisterNativeMethods()
/art/runtime/base/
Dlogging.cc57 return kPrintInternalFatalDirectly && severity == INTERNAL_FATAL; in PrintDirectly()
189 CHECK_EQ(strlen(log_characters), INTERNAL_FATAL + 1U); in LogMessage()
242 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == INTERNAL_FATAL + 1,
258 CHECK_EQ(strlen(log_characters), INTERNAL_FATAL + 1U); in LogLine()
289 CHECK_EQ(strlen(log_characters), INTERNAL_FATAL + 1U); in LogLineLowStack()
Dlogging.h34 INTERNAL_FATAL, // For Runtime::Abort. enumerator
Dmutex.cc485 LogMessage::LogLine(__FILE__, __LINE__, INTERNAL_FATAL, in ExclusiveUnlock()
/art/runtime/gc/collector/
Dmark_sweep.cc387 LOG(INTERNAL_FATAL) << "Tried to mark " << obj << " not contained by any spaces"; in operator ()()
391 LOG(INTERNAL_FATAL) << "Field info: " in operator ()()
415 LOG(INTERNAL_FATAL) << &p[i] << ": " << "holder+" << (i * sizeof(uint32_t)) << " = " in operator ()()
419 PrintFileToLog("/proc/self/maps", LogSeverity::INTERNAL_FATAL); in operator ()()
420 MemMap::DumpMaps(LOG(INTERNAL_FATAL), true); in operator ()()
422 LOG(INTERNAL_FATAL) << "Attempting see if it's a bad root"; in operator ()()
559 LOG(INTERNAL_FATAL) << "Found invalid root: " << root << " " << info; in VisitRoot()
/art/runtime/mirror/
Dclass.cc149 DumpClass(LOG(INTERNAL_FATAL), kDumpClassFullDetail); in SetClassSize()
150 LOG(INTERNAL_FATAL) << new_class_size << " vs " << GetClassSize(); in SetClassSize()
/art/runtime/gc/space/
Dlarge_object_space.cc190 Runtime::Current()->GetHeap()->DumpSpaces(LOG(INTERNAL_FATAL)); in Free()