Home
last modified time | relevance | path

Searched refs:FATAL (Results 26 – 50 of 288) sorted by relevance

12345678910>>...12

/art/runtime/base/
Dquasi_atomic.h86 LOG(FATAL) << "Unsupported architecture"; in Read64()
127 LOG(FATAL) << "Unsupported architecture"; in Write64()
/art/libelffile/elf/
Delf_utils.h132 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
146 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
/art/compiler/optimizing/
Dnodes_shared.cc69 LOG(FATAL) << "Unexpected min size " << min_size; in GetOpInfoFromInstruction()
87 LOG(FATAL) << "Invalid OpKind " << static_cast<int>(op); in operator <<()
Ddata_type.h71 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in SizeShift()
98 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in Size()
179 LOG(FATAL) << "non integral type"; in MinValueOfIntegralType()
205 LOG(FATAL) << "non integral type"; in MaxValueOfIntegralType()
Dnodes_shared.h95 LOG(FATAL) << "Unreachable";
110 LOG(FATAL) << DebugName() << " is not defined for float values"; in Evaluate()
115 LOG(FATAL) << DebugName() << " is not defined for double values"; in Evaluate()
/art/runtime/
Druntime_intrinsics.cc42 LOG(FATAL) << "Could not find class of intrinsic " << class_name; in FindIntrinsicMethod()
47 LOG(FATAL) << "Could not find method of intrinsic " in FindIntrinsicMethod()
Dmonitor_test.cc231 LOG(FATAL) << "Watchdog timeout!"; in Run()
300 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
310 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
321 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
347 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
Ddeoptimization_kind.h47 LOG(FATAL) << "Unexpected kind " << static_cast<size_t>(kind); in GetDeoptimizationKindName()
Druntime_test.cc72 LOG(FATAL) << "Going down"; in TEST_F()
/art/runtime/interpreter/mterp/
Dmterp_stub.cc47 UNIMPLEMENTED(art::FATAL); in ExecuteMterpImpl()
/art/runtime/gc/
Dgc_cause.cc51 LOG(FATAL) << "Unreachable"; in PrettyCause()
/art/runtime/native/
Dnative_util.h34 LOG(FATAL) << "Couldn't find class: " << jni_class_name; in RegisterNativeMethodsInternal()
/art/runtime/jni/
Djni_env_ext-inl.h32 LOG(FATAL) << error_msg; in AddLocalReference()
/art/openjdkjvm/
DOpenjdkJvm.cc76 LOG(FATAL) << "JVM_O_DELETE option is not supported (while opening: '" in JVM_Open()
444 UNIMPLEMENTED(FATAL) << "JVM_IHashCode is not implemented"; in JVM_IHashCode()
449 UNIMPLEMENTED(FATAL) << "JVM_NanoTime is not implemented"; in JVM_NanoTime()
456 UNIMPLEMENTED(FATAL) << "JVM_ArrayCopy is not implemented"; in JVM_ArrayCopy()
461 LOG(FATAL) << "JVM_FindSignal is not implemented"; in JVM_FindSignal()
466 LOG(FATAL) << "JVM_RegisterSignal is not implemented"; in JVM_RegisterSignal()
471 LOG(FATAL) << "JVM_RaiseSignal is not implemented"; in JVM_RaiseSignal()
/art/test/137-cfi/
Dcfi.cc67 LOG(FATAL) << "Failed to read /proc/self/cmdline."; in Java_Main_startSecondaryProcess()
70 LOG(FATAL) << "No data was read from /proc/self/cmdline."; in Java_Main_startSecondaryProcess()
87 LOG(FATAL) << "Fork failed"; in Java_Main_startSecondaryProcess()
/art/runtime/arch/x86/
Dthread_x86.cc80 PLOG(FATAL) << "i386_set_ldt failed"; in InitCpu()
121 PLOG(FATAL) << "set_thread_area failed"; in InitCpu()
/art/runtime/arch/x86_64/
Dthread_x86_64.cc55 UNIMPLEMENTED(FATAL) << "Need to set GS"; in InitCpu()
/art/libartbase/base/
Dfile_utils.cc150 LOG(FATAL) << error_msg; in GetAndroidRoot()
183 LOG(FATAL) << error_msg; in GetAndroidDir()
249 LOG(FATAL) << error_msg; in GetArtRoot()
305 LOG(FATAL) << "GetDalvikCache unsupported on Windows."; in GetDalvikCache()
478 LOG(FATAL) << "LocationIsOnSystem is unsupported on Windows."; in LocationIsOnSystem()
Dutils.h127 LOG(FATAL); in ConvertToPointerSize()
148 PLOG(FATAL) << "Checked call failed for " << what; in CheckedCall()
/art/compiler/
Dcompiler.cc43 LOG(FATAL) << "UNREACHABLE"; in Create()
Dcompiled_method.cc73 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in CodeDelta()
92 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in CodePointer()
/art/test/ti-agent/
Djvmti_helper.cc38 LOG(FATAL) << "Unable to get error name for " << error; in CheckJvmtiError()
40 LOG(FATAL) << "Unexpected error: " << error_name; in CheckJvmtiError()
231 LOG(FATAL) << "Unexpected error type " << static_cast<int>(rhs); in operator <<()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc179 LOG(FATAL) << "UNREACHABLE"; in GetAllowedLoadOffsetBits()
198 LOG(FATAL) << "UNREACHABLE"; in GetAllowedStoreOffsetBits()
218 LOG(FATAL) << "UNREACHABLE"; in CanHoldLoadOffsetThumb()
236 LOG(FATAL) << "UNREACHABLE"; in CanHoldStoreOffsetThumb()
290 LOG(FATAL) << "UNREACHABLE"; in StoreToOffset()
351 LOG(FATAL) << "UNREACHABLE"; in LoadFromOffset()
/art/tools/hiddenapi/
Dhiddenapi_test.cc39 LOG(FATAL) << "Could not find binary " << file_path; in GetHiddenApiCmd()
53 LOG(FATAL) << "Could not open test file " << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode()
58 LOG(FATAL) << "Could not find classes.dex in test file " << GetTestDexFileName("HiddenApi") in RunHiddenapiEncode()
62 LOG(FATAL) << "Could not extract classes.dex from test file " in RunHiddenapiEncode()
114 PLOG(FATAL) << "Unable to open file '" << file.GetFilename() << "'"; in OpenDex()
122 LOG(FATAL) << "Open failed for '" << file.GetFilename() << "' " << error_msg; in OpenDex()
125 LOG(FATAL) << "Expected a standard dex file '" << file.GetFilename() << "'"; in OpenDex()
135 PLOG(FATAL) << "Open failed for '" << file.GetFilename() << "'"; in OpenStream()
160 LOG(FATAL) << "Key not found: " << key; in SafeMapGet()
195 LOG(FATAL) << "Could not find field " << name << " in class " in GetFieldHiddenFlags()
[all …]
/art/compiler/linker/
Doutput_stream_test.cc112 LOG(FATAL) << "UNREACHABLE"; in TEST_F()
117 LOG(FATAL) << "UNREACHABLE"; in TEST_F()

12345678910>>...12