Home
last modified time | relevance | path

Searched refs:FATAL (Results 76 – 100 of 288) sorted by relevance

12345678910>>...12

/art/compiler/trampolines/
Dtrampoline_compiler.cc189 LOG(FATAL) << "Unexpected InstructionSet: " << isa; in CreateTrampoline64()
211 LOG(FATAL) << "Unexpected InstructionSet: " << isa; in CreateTrampoline32()
/art/runtime/
Dexec_utils_test.cc47 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_F()
Dbarrier.cc109 LOG((gAborting == 0 && verify_count_on_shutdown_) ? FATAL : WARNING) in ~Barrier()
Dquick_exception_handler.h46 LOG(FATAL) << "UNREACHABLE"; // Expected to take long jump. in ~QuickExceptionHandler()
Dtransaction.cc566 LOG(FATAL) << "Unknown value kind " << static_cast<int>(field_value.kind); in UndoFieldWrite()
593 LOG(FATAL) << "Unknown interned string kind"; in Undo()
607 LOG(FATAL) << "Unknown interned string kind"; in Undo()
613 LOG(FATAL) << "Unknown interned string op"; in Undo()
704 LOG(FATAL) << "ObjectArray should be treated as Object"; in UndoArrayWrite()
707 LOG(FATAL) << "Unsupported type " << array_type; in UndoArrayWrite()
Dread_barrier-inl.h97 LOG(FATAL) << "Unexpected read barrier type"; in Barrier()
145 LOG(FATAL) << "Unexpected read barrier type"; in BarrierForRoot()
Dcommon_dex_operations.h146 LOG(FATAL) << "Unreachable " << field_type; in DoFieldGetCommon()
245 LOG(FATAL) << "Unreachable " << field_type; in DoFieldPutCommon()
Dcheck_reference_map_visitor.h112 LOG(FATAL) << "Unexpected location kind " << location.GetKind(); in CheckOptimizedMethod()
/art/test/928-jni-table/
Djni_table.cc110 LOG(FATAL) << "Didn't receive NULL_POINTER"; in Java_art_Test928_doJNITableTest()
/art/runtime/jit/
Dprofiling_info.cc77 LOG(FATAL) << "No inline cache found for " << ArtMethod::PrettyMethod(method_) << "@" << dex_pc; in GetInlineCache()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc100 LOG(FATAL) << "UNIMPLEMENTED"; in PatchEntrypointCall()
106 LOG(FATAL) << "UNIMPLEMENTED"; in PatchBakerReadBarrierBranch()
111 LOG(FATAL) << "UNIMPLEMENTED"; in GenerateThunkDebugInfo()
/art/libdexfile/dex/
Ddex_instruction-inl.h125 LOG(FATAL) << "Tried to access vA of instruction " << Name() << " which has no A operand."; in VRegA()
323 LOG(FATAL) << "Tried to access vB of instruction " << Name() << " which has no B operand."; in VRegB()
473 LOG(FATAL) << "Tried to access vC of instruction " << Name() << " which has no C operand."; in VRegC()
539 LOG(FATAL) << "Tried to access vH of instruction " << Name() << " which has no H operand."; in VRegH()
/art/runtime/interpreter/mterp/
Dnterp.cc79 LOG(FATAL) << "ERROR: unexpected asm interp size " << interp_size in CheckNterpAsmConstants()
225 LOG(FATAL) << "Unknown instruction " << inst->Opcode(); in NterpGetMethod()
441 LOG(FATAL) << "Unreachable"; in NterpGetClassOrAllocateObject()
506 LOG(FATAL) << "Unreachable"; in NterpLoadObject()
512 LOG(FATAL) << "Unimplemented"; in NterpUnimplemented()
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc290 LOG(FATAL) << "Unreachable type " << type; in GetLoadOperandType()
315 LOG(FATAL) << "Unreachable type " << type; in GetStoreOperandType()
891 LOG(FATAL) << "Could not find a free caller-save register"; in FindAvailableCallerSaveRegister()
963 LOG(FATAL) << "Unreachable"; in ARMCondition()
983 LOG(FATAL) << "Unreachable"; in ARMUnsignedCondition()
1000 LOG(FATAL) << "UNREACHABLE"; in ARMFPCondition()
1011 LOG(FATAL) << "Unexpected op kind " << op_kind; in ShiftFromOpKind()
1041 TODO_VIXL32(FATAL); in SaveCoreRegister()
1048 TODO_VIXL32(FATAL); in RestoreCoreRegister()
1054 TODO_VIXL32(FATAL); in SaveFloatingPointRegister()
[all …]
Dcode_generator_x86_64.cc888 LOG(FATAL) << "Could not find a free caller-save register"; in FindAvailableCallerSaveRegister()
963 LOG(FATAL) << "Unreachable"; in X86_64IntegerCondition()
978 LOG(FATAL) << "Unreachable"; in X86_64FPCondition()
1634 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location; in AddLocationAsTemp()
1750 LOG(FATAL) << "Unexpected condition type " << type; in GenerateCompareTest()
1783 LOG(FATAL) << "Unexpected condition type " << type; in GenerateCompareTestAndBranch()
2253 LOG(FATAL) << "Unexpected type for compare operation " << compare->InputAt(0)->GetType(); in VisitCompare()
2310 LOG(FATAL) << "Unexpected compare type " << type; in VisitCompare()
2424 LOG(FATAL) << "Unexpected return type " << ret->InputAt(0)->GetType(); in VisitReturn()
2463 LOG(FATAL) << "Unexpected return type " << ret->InputAt(0)->GetType(); in VisitReturn()
[all …]
Dcode_generator_x86.cc865 LOG(FATAL) << "Could not find a free caller-save register"; in FindAvailableCallerSaveRegister()
941 LOG(FATAL) << "Unreachable"; in X86Condition()
961 LOG(FATAL) << "Unreachable"; in X86UnsignedOrFPCondition()
1296 LOG(FATAL) << "Unexpected parameter type " << type; in GetNextLocation()
1411 LOG(FATAL) << "Unimplemented"; in Move64()
1465 UNIMPLEMENTED(FATAL) << "AddLocationAsTemp not implemented for location " << location; in AddLocationAsTemp()
1692 LOG(FATAL) << "Unexpected compare type " << type; in GenerateCompareTestAndBranch()
2252 LOG(FATAL) << "Unknown return type " << ret->InputAt(0)->GetType(); in VisitReturn()
2296 LOG(FATAL) << "Unknown return type " << ret->InputAt(0)->GetType(); in VisitReturn()
2532 LOG(FATAL) << "Unexpected neg type " << neg->GetResultType(); in VisitNeg()
[all …]
Dintrinsics.h250 LOG(FATAL) << "Unreachable: intrinsic " << invoke->GetIntrinsic() \
255 LOG(FATAL) << "Unreachable: intrinsic " << invoke->GetIntrinsic() \
/art/test/ti-agent/
Dcommon_helper.cc90 LOG(FATAL) << "Unable to figure out type!"; in GetJavaValueByType()
/art/test/925-threadgroups/
Dthreadgroups.cc83 LOG(FATAL) << "Should not reach here"; in Java_art_Test925_getThreadGroupInfo()
/art/runtime/gc/allocator/
Drosalloc.cc288 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_type); in AllocPages()
325 …LOG(FATAL) << "Unreachable - " << __PRETTY_FUNCTION__ << " : " << "pm_idx=" << pm_idx << ", pm_typ… in FreePages()
516 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_[pm_idx]); in FreeInternal()
531 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_[pm_idx]); in FreeInternal()
535 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_[pm_idx]); in FreeInternal()
1054 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_entry); in BulkFree()
1080 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_entry); in BulkFree()
1308 LOG(FATAL) << "Unreachable - " << __PRETTY_FUNCTION__ << ": pm_idx=" << pm_idx << ", ptr=" in UsableSize()
1322 LOG(FATAL) << "Unreachable - " << __PRETTY_FUNCTION__ << ": pm_idx=" << pm_idx << ", ptr=" in UsableSize()
1342 LOG(FATAL) << "Unreachable - page map type: " << static_cast<int>(page_map_[pm_idx]); in UsableSize()
[all …]
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc138 LOG(FATAL) << "Synchronized JNI code returning with an exception:\n" in UnlockJniSynchronizedMethod()
274 LOG(FATAL) << "Unexpected return shorty character " << return_shorty_char; in GenericJniMethodEnd()
/art/test/911-get-stack-trace/
Dstack_trace.cc105 LOG(FATAL) << "Unreachable"; in TranslateJvmtiFrameInfoArray()
250 LOG(FATAL) << "Unreachable"; in Java_art_Frames_getFrameLocation()
/art/runtime/jni/
Dcheck_jni.cc229 LOG(FATAL) << "Illegal type format char " << fmt; in GetValue()
251 LOG(FATAL) << "Illegal type format char " << fmt; in GetValue()
833 LOG(FATAL) << "Unknown kind " << static_cast<int>(kind); in CheckInstance()
882 UNIMPLEMENTED(FATAL); in CheckInstance()
1181 LOG(FATAL) << function_name_ << ": unknown trace format specifier: '" << fmt << "'"; in TraceNonHeapValue()
1349 LOG(FATAL) << "Bad flags (internal error): " << flags_; in CheckThread()
1610 PLOG(FATAL) << "GuardedCopy::create mmap(" << len << ") failed"; in DebugAlloc()
1617 PLOG(FATAL) << "munmap(" << buf << ", " << len << ") failed"; in DebugFree()
2786 LOG(FATAL) << "Unexpected reference kind: " << kind; in NewRef()
2816 LOG(FATAL) << "Unexpected reference kind: " << kind; in DeleteRef()
[all …]
/art/libartbase/base/
Dcommon_art_test.cc281 PLOG(FATAL) << "mkdtemp(\"" << &android_data[0] << "\") failed"; in SetUpAndroidDataDir()
326 LOG(FATAL) << "There are no prebuilt tools available."; in GetAndroidTool()
358 LOG(FATAL) << "Could not open .dex file '" << filename << "': " << error_msg << "\n"; in LoadExpectSingleDexFile()
500 LOG(FATAL) << "Test file " << name << " not found"; in GetTestDexFileName()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc85 LOG(FATAL) << "Failed to verify de-quickened dex file: " << error; in DCheckVerifyDexFile()

12345678910>>...12