/art/runtime/ |
D | signal_set.h | 30 PLOG(FATAL) << "sigemptyset failed"; in SignalSet() 36 PLOG(FATAL) << "sigaddset " << signal << " failed"; in Add() 42 PLOG(FATAL) << "pthread_sigmask failed"; in Block() 51 PLOG(FATAL) << "sigwait failed"; in Wait()
|
D | thread_linux.cc | 28 PLOG(FATAL) << "sigaltstack failed"; in SigAltStack() 42 LOG(FATAL) << "Invalid use of alternate signal stack on Android"; in SetUpAlternateSignalStack()
|
D | runtime_intrinsics.cc | 45 LOG(FATAL) << "Could not find class of intrinsic " << class_name; in InitializeIntrinsic() 50 LOG(FATAL) << "Could not find method of intrinsic " in InitializeIntrinsic()
|
D | oat_quick_method_header.cc | 44 LOG(FATAL) << "Failed to find Dex offset for PC offset " in ToDexPc() 75 LOG(FATAL) << "Failed to find native offset for dex pc 0x" << std::hex << dex_pc in ToNativeQuickPc()
|
/art/libartbase/arch/ |
D | instruction_set.cc | 35 LOG(FATAL) << "Unsupported instruction set " << isa; in InstructionSetAbort() 38 LOG(FATAL) << "Unknown ISA " << isa; in InstructionSetAbort() 60 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetString() 101 LOG(FATAL) << "ISA kNone does not have alignment."; in GetInstructionSetAlignment() 104 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetAlignment() 137 LOG(FATAL) << error_msg; in GetStackOverflowReservedBytesFailure()
|
/art/runtime/gc/space/ |
D | space.cc | 45 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsDlMallocSpace() 50 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsRosAllocSpace() 55 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsZygoteSpace() 60 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsBumpPointerSpace() 65 LOG(FATAL) << "Unreachable"; in AsRegionSpace() 70 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsAllocSpace() 75 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsContinuousMemMapAllocSpace()
|
D | zygote_space.cc | 64 UNIMPLEMENTED(FATAL); in Clear() 87 UNIMPLEMENTED(FATAL); in Alloc() 92 UNIMPLEMENTED(FATAL); in AllocationSize() 97 UNIMPLEMENTED(FATAL); in Free() 102 UNIMPLEMENTED(FATAL); in FreeList() 107 UNIMPLEMENTED(FATAL); in LogFragmentationAllocFailure()
|
/art/compiler/optimizing/ |
D | code_generator_vector_arm_vixl.cc | 49 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 74 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 87 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 101 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 125 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 154 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 164 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecCnv() 191 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNeg() 218 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecAbs() 245 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNot() [all …]
|
D | code_generator_vector_x86.cc | 57 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 114 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 141 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 155 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 177 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 199 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 231 LOG(FATAL) << "Unsupported reduction type."; in VisitVecReduce() 246 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 251 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 270 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() [all …]
|
D | code_generator_vector_x86_64.cc | 52 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 105 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 129 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 143 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 160 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 182 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 214 LOG(FATAL) << "Unsupported reduction type."; in VisitVecReduce() 229 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 234 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 253 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() [all …]
|
D | code_generator_vector_mips64.cc | 50 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 91 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 115 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 139 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 171 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 226 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 245 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() 292 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNeg() 339 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecAbs() 371 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNot() [all …]
|
D | code_generator_vector_mips.cc | 45 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 92 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 116 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 141 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 173 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 228 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 247 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() 293 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNeg() 340 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecAbs() 372 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNot() [all …]
|
D | nodes_x86.h | 154 LOG(FATAL) << DebugName() << " is not defined for float values"; in Evaluate() 159 LOG(FATAL) << DebugName() << " is not defined for double values"; in Evaluate() 188 LOG(FATAL) << "Unreachable"; 200 LOG(FATAL) << DebugName() << "is not defined for float values"; in Evaluate() 204 LOG(FATAL) << DebugName() << "is not defined for double values"; in Evaluate()
|
D | code_generator_vector_arm64.cc | 76 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 138 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 162 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 186 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 213 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 248 LOG(FATAL) << "Unsupported SIMD min/max"; in VisitVecReduce() 253 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 272 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() 312 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNeg() 351 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecAbs() [all …]
|
/art/runtime/gc/accounting/ |
D | heap_bitmap-inl.h | 48 LOG(FATAL) << "Invalid object " << obj; in Test() 63 LOG(FATAL) << "Invalid object " << obj; in Clear() 78 LOG(FATAL) << "Invalid object " << obj; in Set() 95 LOG(FATAL) << "Invalid object " << obj; in AtomicTestAndSet()
|
/art/libdexfile/dex/ |
D | primitive.h | 91 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in ComponentSizeShift() 108 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in ComponentSize() 133 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type); in Descriptor() 157 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in IsNumericType() 175 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in IsSignedNumericType()
|
/art/runtime/base/ |
D | mutex.cc | 340 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex() 344 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex() 354 PLOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex() 389 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock() 437 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock() 463 LOG(FATAL) << GetName() << " level=" << level_ << " self=" << name1 in ExclusiveUnlock() 498 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_; in ExclusiveUnlock() 538 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint() 567 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex() 593 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock() [all …]
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 58 UNIMPLEMENTED(FATAL) << isa; in FromVariant() 88 UNIMPLEMENTED(FATAL) << isa; in FromBitmap() 114 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCppDefines() 148 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCpuInfo() 171 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromHwcap() 194 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromAssembly() 292 UNIMPLEMENTED(FATAL) << kRuntimeISA; in AddRuntimeDetectedFeatures()
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 53 LOG(FATAL) << "Corrupt heap detected in: " << function; in art_heap_corruption() 57 LOG(FATAL) << "Incorrect use of function '" << function << "' argument " << p in art_heap_usage_error() 79 PLOG(FATAL) << "madvise failed during heap trimming"; in DlmallocMadviseCallback()
|
/art/compiler/utils/ |
D | swap_space.cc | 87 LOG(FATAL) << "Size: " << free_by_start.size() << " vs " << free_by_size.size(); in CollectFree() 103 LOG(FATAL) << "Sum: " << sum1 << " vs " << sum2; in CollectFree() 152 PLOG(FATAL) << "Unable to increase swap file."; in NewFileChunk() 162 LOG(FATAL) << "Aborting..."; in NewFileChunk() 169 LOG(FATAL) << "No swap file support on the Mac."; in NewFileChunk()
|
D | jni_macro_assembler.cc | 76 LOG(FATAL) << "Unknown/unsupported 4B InstructionSet: " << instruction_set; in Create() 111 LOG(FATAL) << "Unknown/unsupported 8B InstructionSet: " << instruction_set; in Create()
|
/art/libelffile/elf/ |
D | elf_utils.h | 153 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer() 185 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer() 195 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
|
/art/runtime/mirror/ |
D | object-readbarrier-inl.h | 75 LOG(FATAL) << "Unreachable"; in GetReadBarrierState() 130 LOG(FATAL) << "Unreachable"; in GetReadBarrierState() 142 LOG(FATAL) << "Unreachable"; in GetReadBarrierStateAcquire() 154 LOG(FATAL) << "Unreachable"; in AtomicSetReadBarrierState()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 303 UNIMPLEMENTED(FATAL); in LoadRef() 309 UNIMPLEMENTED(FATAL); in LoadRawPtr() 352 UNIMPLEMENTED(FATAL); in CopyRawPtrToThread() 371 UNIMPLEMENTED(FATAL) << "no sign extension necessary for arm"; in SignExtend() 376 UNIMPLEMENTED(FATAL) << "no zero extension necessary for arm"; in ZeroExtend() 445 UNIMPLEMENTED(FATAL); in Copy() 453 UNIMPLEMENTED(FATAL); in Copy() 461 UNIMPLEMENTED(FATAL); in Copy() 470 UNIMPLEMENTED(FATAL); in Copy() 479 UNIMPLEMENTED(FATAL); in Copy() [all …]
|
/art/test/ti-agent/ |
D | jvmti_helper.cc | 37 LOG(FATAL) << "Unable to get error name for " << error; in CheckJvmtiError() 39 LOG(FATAL) << "Unexpected error: " << error_name; in CheckJvmtiError() 230 LOG(FATAL) << "Unexpected error type " << static_cast<int>(rhs); in operator <<()
|