Searched defs:FATAL (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.h205 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
297 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
474 UNIMPLEMENTED(FATAL); variable
/art/runtime/base/
H A Dlogging.h33 FATAL, enumerator in enum:art::LogSeverity
92 // Logs a message to logcat on Android otherwise to stderr. If the severity is FATAL it also causes
93 // an abort. For example: LOG(FATAL) << "We didn't expect to reach here";
114 // Check whether condition x holds and LOG(FATAL) if not. The value of the expression x is only
119 ::art::LogMessage(__FILE__, __LINE__, ::art::FATAL, -1).stream() \
126 ::art::LogMessage(__FILE__, __LINE__, ::art::FATAL, -1).stream() \
131 // Check whether a condition holds between x and y, LOG(FATAL) if not. The value of the expressions
144 LOG(::art::FATAL) << "Check failed: " \
149 // Check for string (const char*) equality between s1 and s2, LOG(FATAL) if not.
153 // Perform the pthread function call(args), LOG(FATAL) o
[all...]
/art/runtime/gc/space/
H A Dregion_space.h72 UNIMPLEMENTED(FATAL); variable
76 UNIMPLEMENTED(FATAL); variable

Completed in 671 milliseconds