Home
last modified time | relevance | path

Searched refs:FATAL (Results 101 – 125 of 288) sorted by relevance

12345678910>>...12

/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc65 LOG(FATAL) << "Unable to get extensions"; in GetExtensionFunction()
/art/compiler/optimizing/
Dcommon_arm64.h228 LOG(FATAL) << "Should not reach here"; in OperandFromMemOperand()
338 LOG(FATAL) << "Unexpected op kind " << op_kind; in ShiftFromOpKind()
353 LOG(FATAL) << "Unexpected op kind " << op_kind; in ExtendFromOpKind()
Dcode_generator_arm64.cc109 LOG(FATAL) << "Unreachable"; in ARM64Condition()
126 LOG(FATAL) << "UNREACHABLE"; in ARM64FPCondition()
775 LOG(FATAL) << "Could not find a free register"; in FindAvailableCallerSaveRegister()
850 LOG(FATAL) << "Unreachable type " << type; in GetNextLocation()
1058 LOG(FATAL) << "Unexpected kind: " << static_cast<uint32_t>(kind); in Finalize()
1315 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location; in AddLocationAsTemp()
1399 LOG(FATAL) << "FP registers shouldn't be saved/restored individually, " in SaveFloatingPointRegister()
1406 LOG(FATAL) << "FP registers shouldn't be saved/restored individually, " in RestoreFloatingPointRegister()
1627 LOG(FATAL) << "Unreachable type " << type; in Load()
1707 LOG(FATAL) << "Unreachable type " << type; in LoadAcquire()
[all …]
Dconstructor_fence_redundancy_elimination.cc156 LOG(kIsDebugBuild ? FATAL : WARNING) in VisitAlias()
/art/compiler/utils/arm/
Dassembler_arm_vixl.h183 UNIMPLEMENTED(FATAL) << "Do not use Bind(Label*) for ARM"; in Bind()
186 UNIMPLEMENTED(FATAL) << "Do not use Jump(Label*) for ARM"; in Jump()
/art/runtime/arch/x86/
Dcontext_x86.cc126 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/runtime/
Dthread_list.cc238 LOG((kIsDebugBuild && (gAborting == 0)) ? ::android::base::FATAL : ::android::base::ERROR) in WaitForThreadsToRunThroughCheckpoint()
302 LOG(FATAL) << ss.str(); in UnsafeLogFatalForThreadSuspendAllTimeout()
507 LOG(FATAL) << "Dumped all threads."; in RunEmptyCheckpoint()
755 LOG(kIsDebugBuild ? ::android::base::FATAL : ::android::base::ERROR) in SuspendAllInternal()
760 PLOG(FATAL) << "futex wait failed for SuspendAllInternal()"; in SuspendAllInternal()
970 ::android::base::FATAL, in SuspendThreadByPeer()
1431 LOG(FATAL) << "Out of internal thread ids"; in AllocThreadId()
Dwell_known_classes.cc176 LOG(FATAL) << "Couldn't find class: " << jni_class_name; in CacheClass()
201 LOG(FATAL) << "Couldn't find field \"" << name << "\" with signature \"" << signature << "\": " in CacheField()
227 LOG(FATAL) << "Couldn't find method \"" << name << "\" with signature \"" << signature << "\": " in CacheMethod()
310 LOG(FATAL) << "Could not find StringFactory method for String.<init>"; in StringInitToStringFactory()
322 LOG(FATAL) << "Could not find StringFactory method for String.<init>"; in StringInitToEntryPoint()
Druntime_callbacks_test.cc382 LOG(FATAL) << "Unexpected order"; in NextRuntimePhase()
387 LOG(FATAL) << "Init seen before start."; in NextRuntimePhase()
395 LOG(FATAL) << "Unknown phase " << static_cast<uint32_t>(p); in NextRuntimePhase()
Ddex_to_dex_decompiler.cc187 LOG(FATAL) << "Failed to use all values in quickening info." in Decompile()
Dreflection.cc135 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i]; in BuildArgArrayFromVarArgs()
177 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i]; in BuildArgArrayFromJValues()
211 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i]; in BuildArgArrayFromFrame()
348 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i]; in BuildArgArrayFromObjectArray()
855 LOG(FATAL) << static_cast<int>(src_class); in BoxPrimitive()
1049 LOG(FATAL) << "Unsupported UpdateReference for kind kHandleScopeOrInvalid"; in UpdateReference()
Dmonitor.cc264 LOG(FATAL) << "Inflating unlocked lock word"; in Install()
268 LOG(FATAL) << "Invalid monitor state " << lw.GetState(); in Install()
1214 LOG(FATAL) << "Invalid monitor state " << lock_word.GetState(); in MonitorEnter()
1276 LOG(FATAL) << "Invalid monitor state " << lock_word.GetState(); in MonitorExit()
1324 LOG(FATAL) << "Invalid monitor state " << lock_word.GetState(); in Wait()
1364 LOG(FATAL) << "Invalid monitor state " << lock_word.GetState(); in DoNotify()
1385 LOG(FATAL) << "Unreachable"; in GetLockOwnerThreadId()
1561 LOG(FATAL) << "Unreachable"; in IsValidLockWord()
Dclass_table.cc62 LOG(FATAL) << "Updating class found in frozen table " << descriptor; in UpdateClass()
65 LOG(FATAL) << "Updating class not found " << descriptor; in UpdateClass()
Druntime.cc1113 LOG(FATAL) << "Error starting java.lang.Daemons"; in StartDaemonThreads()
1448 LOG(FATAL) << "Illegal jdwp provider " << jdwp_provider_ << " was not filtered out!"; in Init()
1714 LOG(FATAL) << plugin << " failed to load: " << err; in Init()
1767 LOG(FATAL) << "Unable to initialize agent!"; in Init()
1777 LOG(FATAL) << "Unreachable"; in Init()
1897 LOG(FATAL) << "LoadNativeLibrary failed for \"libicu_jni.so\": " << error_msg; in InitNativeMethods()
1904 LOG(FATAL) << "LoadNativeLibrary failed for \"libjavacore.so\": " << error_msg; in InitNativeMethods()
1914 LOG(FATAL) << "LoadNativeLibrary failed for \"" << kOpenJdkLibrary << "\": " << error_msg; in InitNativeMethods()
2096 LOG(FATAL) << "Unknown statistic " << kind; in GetStat()
2127 LOG(FATAL) << "attempting to detach thread that is not attached"; in DetachCurrentThread()
[all …]
/art/tools/jvmti-agents/titrace/
Dinstruction_decoder.cc460 LOG(FATAL) << "Unknown opcode " << op; in ToString()
502 default: LOG(FATAL) << "Unknown opcode " << op; in ToString()
/art/compiler/debug/
Delf_debug_loc_writer.h46 LOG(FATAL) << "No instruction set"; in GetDwarfCoreReg()
63 LOG(FATAL) << "No instruction set"; in GetDwarfFpReg()
/art/runtime/mirror/
Dobject.cc222 LOG(FATAL) << "Invalid state during hashcode " << lw.GetState(); in IdentityHashCode()
268 LOG(FATAL) << "Failed to find field for assignment to " << reinterpret_cast<void*>(this) in CheckFieldAssignmentImpl()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc145 UNIMPLEMENTED(FATAL) << static_cast<size_t>(type); in operator <<()
164 UNIMPLEMENTED(FATAL) << "Invalid type " << type; in Create()
/art/runtime/native/
Djava_lang_System.cc99 LOG(FATAL) << "Unreachable, cannot have arrays of type void"; in System_arraycopy()
138 LOG(FATAL) << "Unknown array type: " << srcArray->PrettyTypeOf(); in System_arraycopy()
/art/runtime/arch/x86_64/
Dcontext_x86_64.cc124 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/libdexfile/dex/
Ddex_instruction.cc85 default: LOG(FATAL) << "Tried to access the branch offset of an instruction " << Name() << in GetTargetOffset()
116 LOG(FATAL) << "Unreachable: " << DumpString(nullptr); in SizeInCodeUnitsComplexOpcode()
136 LOG(FATAL) << "Unreachable: " << DumpString(nullptr); in CodeUnitsRequiredForSizeOfComplexOpcode()
/art/tools/golem/
Dbuild-target.sh121 echo >&2 "FATAL: " "$@"
/art/runtime/verifier/
Dreg_type-inl.h131 LOG(FATAL) << "Unexpected register type in IsAssignableFrom: '" in AssignableFrom()
/art/perfetto_hprof/
Dperfetto_hprof.cc110 PLOG(FATAL) << "failed to create watchdog timer"; in ArmWatchdogOrDie()
119 PLOG(FATAL) << "failed to arm watchdog timer"; in ArmWatchdogOrDie()
500 PLOG(FATAL) << "daemon"; in DumpPerfetto()
511 LOG(FATAL) << "Failed to get boottime."; in DumpPerfetto()
/art/compiler/jit/
Djit_compiler.cc54 LOG(FATAL) << error_msg; in ParseCompilerOptions()

12345678910>>...12