OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERNAL_FATAL
(Results
1 - 15
of
15
) sorted by null
/art/runtime/
runtime_android.cc
37
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));
runtime_linux.cc
311
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"
well_known_classes.cc
185
LOG(
INTERNAL_FATAL
) << soa.Self()->GetException()->Dump() << '\n';
202
LOG(
INTERNAL_FATAL
) << soa.Self()->GetException()->Dump() << '\n';
runtime.cc
403
LOG(
INTERNAL_FATAL
) << Dumpable<AbortState>(state);
407
LOG(
INTERNAL_FATAL
) << "Calling abort hook...";
410
LOG(
INTERNAL_FATAL
) << "Unexpectedly returned from abort hook!";
[
all
...]
thread.cc
[
all
...]
jni_internal.cc
[
all
...]
/art/runtime/base/
logging.cc
47
// 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,
244
static_assert(arraysize(kLogSeverityToAndroidLogPriority) ==
INTERNAL_FATAL
+ 1,
264
CHECK_EQ(strlen(log_characters),
INTERNAL_FATAL
+ 1U);
299
static_assert(arraysize(kLogCharacters) == static_cast<size_t>(
INTERNAL_FATAL
) + 1,
logging.h
34
INTERNAL_FATAL
, // For Runtime::Abort.
mutex.cc
488
LogMessage::LogLine(__FILE__, __LINE__,
INTERNAL_FATAL
,
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
415
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;
[
all
...]
concurrent_copying.cc
[
all
...]
/art/runtime/mirror/
class.cc
138
DumpClass(LOG(
INTERNAL_FATAL
), kDumpClassFullDetail);
139
LOG(
INTERNAL_FATAL
) << new_class_size << " vs " << GetClassSize();
[
all
...]
/art/runtime/gc/space/
large_object_space.cc
195
Runtime::Current()->GetHeap()->DumpSpaces(LOG(
INTERNAL_FATAL
));
/art/compiler/
oat_writer.cc
[
all
...]
/art/compiler/driver/
compiler_driver.cc
[
all
...]
Completed in 984 milliseconds