Home
last modified time | relevance | path

Searched refs:FATAL (Results 201 – 225 of 288) sorted by relevance

12345678910>>...12

/art/runtime/
Dhidden_api.h478 LOG(FATAL) << "CorePlatform domain should be allowed to access all domains"; in ShouldDenyAccessToMember()
Dcommon_throws.cc580 LOG(FATAL) << "Invalid address for an implicit NullPointerException check: " in ThrowNullPointerExceptionFromDexPC()
726 LOG(FATAL) << "NullPointerException at an unexpected instruction: " in ThrowNullPointerExceptionFromDexPC()
Dhidden_api.cc61 LOG(FATAL) << "Internal access to hidden API should not be logged"; in operator <<()
Dtrace.cc543 LOG(FATAL) << "Unreachable"; in GetMethodTracingMode()
926 UNIMPLEMENTED(FATAL) << "Unexpected event: " << event; in LogMethodTraceEvent()
Delf_file.cc594 LOG(FATAL) << section_type; in GetSymbolSectionStart()
612 LOG(FATAL) << section_type; in GetStringSectionStart()
832 LOG(FATAL) << section_type; in GetSymbolTable()
Dintern_table.cc388 LOG(FATAL) << "Attempting to remove non-interned string " << s->ToModifiedUtf8(); in Remove()
/art/runtime/gc/space/
Dspace_create_test.cc58 ScopedLogSeverity sls(LogSeverity::FATAL); in TEST_P()
/art/dex2oat/driver/
Dcompiler_driver.cc461 LOG(FATAL) << "Unexpected exception compiling: " << dex_file.PrettyMethod(method_idx) << "\n" in CompileMethodHarness()
1605 LOG(FATAL) << "Unexpected exception " << exception->Dump(); in CheckAndClearResolveException()
1655 LOG(FATAL) << "OptStat#" << hklass->PrettyClassAndClassLoader() << ": 1"; in Visit()
1670 LOG(FATAL) << "OptStat#" << hklass->PrettyClassAndClassLoader() << ": 1"; in Visit()
1754 LOG(FATAL) << "Out of memory during type resolution for compilation"; in Visit()
2076 LOG(FATAL) << "Boot classpath class " << klass->PrettyClass() in Visit()
2893 LOG(FATAL) << "Unexpected class status for class " in RecordClassStatus()
/art/compiler/jni/
Djni_compiler_test.cc117 LOG(FATAL) << "Invalid current JNI value: " << gCurrentJni; in CurrentJniStringSuffix()
485 LOG(FATAL) << "Objects are not supported for @CriticalNative, why is this being tested?"; in expectValidJniEnvAndObject()
1426 ScopedLogSeverity sls(LogSeverity::FATAL); in UpcallArgumentTypeChecking_InstanceImpl()
1443 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
1919 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
1933 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
1950 ScopedLogSeverity sls(LogSeverity::FATAL); in JNI_TEST()
/art/compiler/optimizing/
Dnodes.cc718 LOG(FATAL) << "Unsupported constant type"; in GetConstant()
1234 LOG(FATAL) << "Did not find an order between two instructions of the same block."; in FoundBefore()
1257 LOG(FATAL) << "There is no dominance between phis of a same block."; in StrictlyDominates()
1715 LOG(FATAL) << "Unknown ComparisonBias: " << static_cast<int>(rhs); in operator <<()
2946 LOG(FATAL) << "Unknown ClinitCheckRequirement: " << static_cast<int>(rhs); in operator <<()
3044 LOG(FATAL) << "Unexpected condition"; in InsertOppositeCondition()
3098 LOG(FATAL) << "Unknown TypeCheckKind: " << static_cast<int>(rhs); in operator <<()
Dlocations.h354 LOG(FATAL) << "Should not use this location kind"; in DebugString()
Dcode_generator_arm_vixl.h300 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_ARM()
338 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName() in FOR_EACH_CONCRETE_INSTRUCTION_ARM()
Dreference_type_propagation.cc776 LOG(FATAL) << "Invalid instruction in FixUpInstructionType"; in FixUpInstructionType()
862 LOG(FATAL) << "Invalid instruction (should not get here)"; in UpdateReferenceTypeInfo()
/art/runtime/mirror/
Dclass.cc196 LOG(FATAL) << "Unexpected change back of class status for " << thiz->PrettyClass() << " " in CheckSetStatus()
324 LOG(FATAL) << "Unimplemented"; in SetStatusForPrimitiveOrArray()
357 LOG(FATAL) << "class=" << PrettyTypeOf(); in SetClassSize()
399 LOG(FATAL) << "Unknown primitive type: " << PrintableChar(descriptor[0]); in ComputeName()
Dobject_array-inl.h316 LOG(FATAL) << msg; in AssignableCheckingMemcpy()
/art/dex2oat/linker/
Dimage_writer.cc127 LOG(FATAL) << "Unsupported"; in MaybeCompressData()
637 LOG(FATAL) << oss.str(); in SetImageBinSlot()
648 LOG(FATAL) << "Unreachable."; in SetImageBinSlot()
2176 LOG(FATAL) << "Found " << num_missed_objects << " objects without assigned bin slots."; in VerifyImageBinSlotsAssigned()
2736 LOG(FATAL) << "UNREACHABLE"; in GetIntrinsicReferenceAddress()
2750 LOG(FATAL) << "Unsupported"; in VisitRoots()
2941 LOG(FATAL) << "No relocation entry for ArtMethod " << method->PrettyMethod() << " @ " in FixupPointerArray()
2947 LOG(FATAL) << "No relocation entry for ArtField " << field->PrettyField() << " @ " in FixupPointerArray()
3078 LOG(FATAL) << "Reference not expected here."; in operator ()()
Drelative_patcher_test.h203 LOG(FATAL) << "Bad patch type. " << patch.GetType(); in Link()
/art/tools/common/
Dcommon.py63 FATAL = 5 variable in LogSeverity
/art/runtime/interpreter/
Dinterpreter.cc186 LOG(FATAL) << "Do something with static native method: " << method->PrettyMethod() in InterpreterJni()
230 LOG(FATAL) << "Do something with native method: " << method->PrettyMethod() in InterpreterJni()
Dinterpreter_common.cc211 LOG(FATAL) << "Unexpected instruction: " in UnexpectedOpcode()
584 LOG(FATAL) << "Unreachable: " << invoke_method->GetIntrinsic(); in DO_VAR_HANDLE_ACCESSOR()
1556 LOG(FATAL) << "Unsupported primitive type " << primitive_component_type in RecordArrayElementsInTransaction()
/art/disassembler/
Ddisassembler_x86.cc757 default: LOG(FATAL) << "Unreachable"; UNREACHABLE(); in DumpInstruction()
1609 default: LOG(FATAL) << "Unreachable"; UNREACHABLE(); in DumpInstruction()
/art/tools/hiddenapi/
Dhiddenapi.cc138 LOG(FATAL) << "Class duplication: " << GetDescriptor() << " in " << dex_file_.GetLocation() in Equals()
740 LOG(FATAL) << "Failed to load edited dex file: " << error_msg; in ReloadDex()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc598 LOG(FATAL) << "Unknown event " << desired_event; in EventToName()
608 LOG(FATAL) << "Unknown event " << desired_name; in NameToEvent()
/art/test/ti-agent/
Dredefinition_helper.cc99 LOG(FATAL) << "Unknown test configuration: " << type; in Java_art_Redefinition_nativeSetTestConfiguration()
/art/libelffile/elf/
Delf_builder.h828 LOG(FATAL) << "No instruction set"; in MakeElfHeader()
832 LOG(FATAL) << "Unknown instruction set " << isa; in MakeElfHeader()

12345678910>>...12