Home
last modified time | relevance | path

Searched refs:FATAL (Results 51 – 75 of 288) sorted by relevance

12345678910>>...12

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc304 UNIMPLEMENTED(FATAL); in LoadRef()
310 UNIMPLEMENTED(FATAL); in LoadRawPtr()
347 UNIMPLEMENTED(FATAL); in CopyRawPtrToThread()
364 UNIMPLEMENTED(FATAL) << "no sign extension necessary for arm"; in SignExtend()
369 UNIMPLEMENTED(FATAL) << "no zero extension necessary for arm"; in ZeroExtend()
759 UNIMPLEMENTED(FATAL); in Copy()
767 UNIMPLEMENTED(FATAL); in Copy()
775 UNIMPLEMENTED(FATAL); in Copy()
784 UNIMPLEMENTED(FATAL); in Copy()
793 UNIMPLEMENTED(FATAL); in Copy()
[all …]
/art/libartbase/base/
Darena_object.h42 LOG(FATAL) << "UNREACHABLE";
Dallocator.cc53 LOG(FATAL) << "NoopAllocator::Alloc should not be called"; in Alloc()
Dlogging.cc121 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == ::android::base::FATAL + 1,
152 arraysize(kLogCharacters) == static_cast<size_t>(::android::base::FATAL) + 1, in LogLineLowStack()
Darena_bit_vector.cc61 LOG(FATAL) << "UNREACHABLE"; in ~ArenaBitVectorAllocator()
/art/runtime/entrypoints/quick/
Dquick_entrypoints_enum.h49 LOG(FATAL) << "Unexpected trampoline " << static_cast<int>(trampoline); in GetThreadOffset()
/art/compiler/utils/arm64/
Dassembler_arm64.h127 UNIMPLEMENTED(FATAL) << "Do not use Bind(Label*) for ARM64"; in Bind()
130 UNIMPLEMENTED(FATAL) << "Do not use Jump(Label*) for ARM64"; in Jump()
Djni_macro_assembler_arm64.cc117 LOG(FATAL) << "UNREACHABLE"; in StoreWToOffset()
189 UNIMPLEMENTED(FATAL); // This case is not applicable to ARM64. in StoreSpanning()
232 LOG(FATAL) << "UNREACHABLE"; in LoadWFromOffset()
515 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
537 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
546 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy()
578 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
588 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy()
650 UNIMPLEMENTED(FATAL) << "Unimplemented Call() variant"; in CallFromThread()
750 LOG(FATAL) << "Not implemented unary condition: " << static_cast<int>(cond); in TestGcMarking()
/art/tools/jvmti-agents/jit-load/
Djitload.cc82 (ops->fatal ? LOG_STREAM(FATAL) in ClassPrepareJit()
98 LOG(FATAL) << "Unable to setup JVMTI environment!"; in SetupJvmti()
/art/disassembler/
Ddisassembler.cc65 UNIMPLEMENTED(FATAL) << static_cast<uint32_t>(instruction_set); in Create()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc63 LOG(FATAL) << "Unexpected instruction found in " << dex->PrettyMethod(method.GetIndex()) in VerifyClassData()
/art/test/661-oat-writer-layout/
Doat_writer_layout.cc77 LOG(FATAL) << "unhandled switch statement"; in Java_Main_hasOatCompiledCode()
/art/runtime/
Dmonitor_objects_stack_visitor.cc86 LOG(FATAL) << "Unreachable"; in VisitFrame()
Dstring_builder_append.cc252 LOG(FATAL) << "Unimplemented arg format: 0x" << std::hex in CalculateLengthWithFlag()
256 LOG(FATAL) << "Unexpected arg format: 0x" << std::hex in CalculateLengthWithFlag()
323 LOG(FATAL) << "Unimplemented arg format: 0x" << std::hex in StoreData()
327 LOG(FATAL) << "Unexpected arg format: 0x" << std::hex in StoreData()
Dthread-inl.h112 LOG(FATAL) << "Thread \"" << name << "\"(" << this << " != Thread::Current()=" in SetState()
225 LOG(FATAL) << "Fatal, thread transitioned into suspended without running the checkpoint"; in PassActiveSuspendBarriers()
271 LOG(FATAL) << "Transitioning to runnable with checkpoint flag, " in TransitionFromSuspendedToRunnable()
/art/compiler/optimizing/
Dregister_allocator.cc51 LOG(FATAL) << "Invalid register allocation strategy: " << strategy; in Create()
143 LOG(FATAL) << message.str(); in ValidateIntervals()
190 LOG(FATAL) << message.str(); in ValidateIntervals()
Doptimization.cc120 LOG(FATAL) << "kNone does not represent an actual pass"; in OptimizationPassName()
154 LOG(FATAL) << "Cannot find optimization " << pass_name; in OptimizationPassByName()
306 LOG(FATAL) << "kNone does not represent an actual pass"; in ConstructOptimizations()
Dscheduler_arm.cc127 LOG(FATAL) << "Unexpected operation type " << instr->GetResultType(); in VisitRor()
156 LOG(FATAL) << "Unexpected operation type " << type; in HandleShiftLatencies()
201 LOG(FATAL) << "Unexpected condition " << condition; in HandleGenerateConditionWithZero()
267 LOG(FATAL) << "Unreachable"; in HandleGenerateLongTestConstant()
297 LOG(FATAL) << "Unreachable"; in HandleGenerateLongTest()
622 UNIMPLEMENTED(FATAL) << "IntermediateAddressIndex is not implemented for ARM"; in VisitIntermediateAddressIndex()
719 LOG(FATAL) << "Unreachable type " << type; in VisitArrayGet()
804 LOG(FATAL) << "Unreachable type " << value_type; in VisitArraySet()
/art/libelffile/stream/
Derror_delaying_output_stream.h65 LOG(FATAL) << "Unsupported seek type: " << whence; in Seek()
/art/tools/signal_dumper/
Dsignal_dumper.cc58 PLOG(FATAL) << "sigemptyset failed"; in SignalSet()
64 PLOG(FATAL) << "sigaddset " << signal << " failed"; in Add()
70 PLOG(FATAL) << "pthread_sigmask failed"; in Block()
79 PLOG(FATAL) << "sigwait failed"; in Wait()
614 PLOG(FATAL) << "Failure during waitpid"; in WaitMainLoop()
634 LOG(FATAL) << "Unknown status " << std::hex << status; in WaitMainLoop()
/art/test/927-timers/
Dtimers.cc80 LOG(FATAL) << "Should not reach here"; in Java_art_Test927_getTimerInfo()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc148 UNIMPLEMENTED(FATAL) << kRuntimeISA; in artCriticalNativeFrameSize()
184 UNIMPLEMENTED(FATAL) << kRuntimeISA; in artCriticalNativeFrameSize()
/art/dex2oat/
Dverifier_deps_test.cc1283 LOG(FATAL) << "Could not find any resolved classes"; in TEST_F()
1294 LOG(FATAL) << "Could not find any unresolved classes"; in TEST_F()
1305 LOG(FATAL) << "Could not find any resolved classes"; in TEST_F()
1319 LOG(FATAL) << "Could not find any resolved fields"; in TEST_F()
1332 LOG(FATAL) << "Could not find any unresolved fields"; in TEST_F()
1344 LOG(FATAL) << "Could not find any resolved fields"; in TEST_F()
1357 LOG(FATAL) << "Could not find any suitable fields"; in TEST_F()
1372 LOG(FATAL) << "Could not find any resolved methods"; in TEST_F()
1386 LOG(FATAL) << "Could not find any unresolved methods"; in TEST_F()
1399 LOG(FATAL) << "Could not find any resolved methods"; in TEST_F()
[all …]
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc157 LOG(FATAL) << "UNREACHABLE"; in CurrentParamRegister()
278 LOG(FATAL) << "Should not reach here"; in CurrentParamRegister()
/art/compiler/jni/quick/
Dcalling_convention.cc76 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in Create()
166 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in Create()

12345678910>>...12