Searched refs:INTERNAL_FATAL (Results 1 - 15 of 15) sorted by relevance

/art/runtime/
H A Druntime_android.cc37 LogMessage::LogLine(__FILE__, __LINE__, INTERNAL_FATAL, "HandleUnexpectedSignal reentered\n");
47 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage();
50 LOG(INTERNAL_FATAL) << "Dump heap object at fault address: ";
51 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr));
H A Druntime_linux.cc311 LogMessage::LogLine(__FILE__, __LINE__, INTERNAL_FATAL, "HandleUnexpectedSignal reentered\n");
336 LOG(INTERNAL_FATAL) << "*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\n"
348 PrintFileToLog("/proc/self/maps", LogSeverity::INTERNAL_FATAL);
356 runtime->GetThreadList()->Dump(LOG(INTERNAL_FATAL), kDumpNativeStackOnTimeout);
359 LOG(INTERNAL_FATAL) << "Fault message: " << runtime->GetFaultMessage();
361 LOG(INTERNAL_FATAL) << "Dump heap object at fault address: ";
362 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr));
366 LOG(INTERNAL_FATAL) << "********************************************************\n"
H A Dwell_known_classes.cc185 LOG(INTERNAL_FATAL) << soa.Self()->GetException()->Dump() << '\n';
202 LOG(INTERNAL_FATAL) << soa.Self()->GetException()->Dump() << '\n';
H A Druntime.cc422 LOG(INTERNAL_FATAL) << Dumpable<AbortState>(state);
427 LOG(INTERNAL_FATAL) << msg;
432 LOG(INTERNAL_FATAL) << "Calling abort hook...";
435 LOG(INTERNAL_FATAL) << "Unexpectedly returned from abort hook!";
H A Dthread.cc2737 LOG(INTERNAL_FATAL) << "Unmarked object in image " << *space;
2740 LOG(INTERNAL_FATAL) << "Unmarked object in image through live bitmap " << *space;
2743 GetThread()->Dump(LOG(INTERNAL_FATAL));
2744 space->AsImageSpace()->DumpSections(LOG(INTERNAL_FATAL));
2745 LOG(INTERNAL_FATAL) << "Method@" << method->GetDexMethodIndex() << ":" << method
H A Djni_internal.cc2186 LOG(return_errors ? ERROR : INTERNAL_FATAL) << "Failed to register native method "
/art/runtime/base/
H A Dlogging.cc47 // Print INTERNAL_FATAL messages directly instead of at destruction time. This only works on the
57 return kPrintInternalFatalDirectly && severity == INTERNAL_FATAL;
189 static_assert(arraysize(kLogCharacters) == static_cast<size_t>(INTERNAL_FATAL) + 1,
248 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == INTERNAL_FATAL + 1, member in namespace:art
268 CHECK_EQ(strlen(log_characters), INTERNAL_FATAL + 1U);
303 static_assert(arraysize(kLogCharacters) == static_cast<size_t>(INTERNAL_FATAL) + 1,
H A Dlogging.h34 INTERNAL_FATAL, // For Runtime::Abort. enumerator in enum:art::LogSeverity
H A Dmutex.cc488 LogMessage::LogLine(__FILE__, __LINE__, INTERNAL_FATAL,
/art/runtime/gc/collector/
H A Dmark_sweep.cc415 LOG(INTERNAL_FATAL) << "Tried to mark " << obj << " not contained by any spaces";
419 LOG(INTERNAL_FATAL) << "Field info: "
443 LOG(INTERNAL_FATAL) << &p[i] << ": " << "holder+" << (i * sizeof(uint32_t)) << " = "
447 PrintFileToLog("/proc/self/maps", LogSeverity::INTERNAL_FATAL);
448 MemMap::DumpMaps(LOG(INTERNAL_FATAL), true);
450 LOG(INTERNAL_FATAL) << "Attempting see if it's a bad root";
596 LOG(INTERNAL_FATAL) << "Found invalid root: " << root << " " << info;
H A Dconcurrent_copying.cc1421 ref->GetLockWord(false).Dump(LOG(INTERNAL_FATAL));
1444 LOG(INTERNAL_FATAL) << "root=" << root << " ref=" << *root;
1450 LOG(INTERNAL_FATAL) << "root=" << root << " ref=" << root->AsMirrorPtr();
1469 LOG(INTERNAL_FATAL) << "gc root in field " << field << " " << PrettyField(field);
1474 LOG(INTERNAL_FATAL) << "gc root in method " << method << " " << PrettyMethod(method);
1478 ref->GetLockWord(false).Dump(LOG(INTERNAL_FATAL));
1479 region_space_->DumpNonFreeRegions(LOG(INTERNAL_FATAL));
1480 PrintFileToLog("/proc/self/maps", LogSeverity::INTERNAL_FATAL);
1481 MemMap::DumpMaps(LOG(INTERNAL_FATAL), true);
/art/runtime/mirror/
H A Dclass.cc138 DumpClass(LOG(INTERNAL_FATAL), kDumpClassFullDetail);
139 LOG(INTERNAL_FATAL) << new_class_size << " vs " << GetClassSize();
/art/runtime/gc/space/
H A Dlarge_object_space.cc195 Runtime::Current()->GetHeap()->DumpSpaces(LOG(INTERNAL_FATAL));
/art/compiler/
H A Doat_writer.cc919 LOG(INTERNAL_FATAL) << "Unexpected failure to resolve a method: "
/art/compiler/driver/
H A Dcompiler_driver.cc2322 ? LogSeverity::INTERNAL_FATAL

Completed in 268 milliseconds