/art/runtime/ |
D | signal_set.h | 40 PLOG(FATAL) << "sigemptyset failed"; in SignalSet() 46 PLOG(FATAL) << "sigaddset " << signal << " failed"; in Add() 52 PLOG(FATAL) << "pthread_sigmask failed"; in Block() 61 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()
|
/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 | 70 UNIMPLEMENTED(FATAL); in Clear() 93 UNIMPLEMENTED(FATAL); in Alloc() 98 UNIMPLEMENTED(FATAL); in AllocationSize() 103 UNIMPLEMENTED(FATAL); in Free() 108 UNIMPLEMENTED(FATAL); in FreeList() 113 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_64.cc | 52 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 106 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 130 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 144 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 161 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 183 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 215 LOG(FATAL) << "Unsupported reduction type."; in VisitVecReduce() 230 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 235 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 254 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() [all …]
|
D | code_generator_vector_x86.cc | 57 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 115 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 142 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 156 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 178 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 200 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 232 LOG(FATAL) << "Unsupported reduction type."; in VisitVecReduce() 247 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 252 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 271 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() [all …]
|
D | code_generator_vector_arm64_sve.cc | 103 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 161 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 185 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 207 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 234 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 257 LOG(FATAL) << "Unsupported SIMD instruction"; in VisitVecReduce() 267 LOG(FATAL) << "Unsupported SIMD instruction"; in VisitVecReduce() 272 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 293 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() 330 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNeg() [all …]
|
D | code_generator_vector_arm64_neon.cc | 103 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 165 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReplicateScalar() 189 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 213 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecExtractScalar() 240 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in CreateVecUnOpLocations() 275 LOG(FATAL) << "Unsupported SIMD min/max"; in VisitVecReduce() 280 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecReduce() 299 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecCnv() 339 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecNeg() 378 LOG(FATAL) << "Unsupported SIMD type: " << instruction->GetPackedType(); in VisitVecAbs() [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 | data_type-inl.h | 39 LOG(FATAL) << "Unreachable"; in DataTypeFromPrimitive() 57 LOG(FATAL) << "Unexpected type " << type; in DataTypeToPrimitive() 84 LOG(FATAL) << "Unreachable"; in TypeId()
|
D | data_type.h | 72 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in SizeShift() 99 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in Size() 120 LOG(FATAL) << "Invalid size " << size; in SignedIntegralTypeFromSize() 205 LOG(FATAL) << "non integral type"; in MinValueOfIntegralType() 231 LOG(FATAL) << "non integral type"; in MaxValueOfIntegralType()
|
/art/benchmark/golem-tiagent/ |
D | golem-tiagent.cc | 32 LOG(FATAL) << "Unable to get error name for " << error; in CheckJvmtiError() 34 LOG(FATAL) << "Unexpected error: " << error_name; in CheckJvmtiError() 45 LOG(FATAL) << "Cannot find class java/lang/Thread to set a breakpoint"; in VMInitCallback() 50 LOG(FATAL) << "Cannot find method to set a breapoint"; in VMInitCallback()
|
/art/libartbase/arch/ |
D | instruction_set.cc | 36 LOG(FATAL) << "Unsupported instruction set " << isa; in InstructionSetAbort() 39 LOG(FATAL) << "Unknown ISA " << isa; in InstructionSetAbort() 59 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetString() 140 LOG(FATAL) << error_msg; in GetStackOverflowReservedBytesFailure()
|
/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/runtime/jit/ |
D | jit_options.cc | 89 LOG(FATAL) << "Priority thread weight is above the warmup threshold."; in CreateFromRuntimeArguments() 91 LOG(FATAL) << "Priority thread weight cannot be 0."; in CreateFromRuntimeArguments() 103 LOG(FATAL) << "Invoke transition weight is above the warmup threshold."; in CreateFromRuntimeArguments() 105 LOG(FATAL) << "Invoke transition weight cannot be 0."; in CreateFromRuntimeArguments()
|
/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/arch/ |
D | instruction_set_features.cc | 51 UNIMPLEMENTED(FATAL) << isa; in FromVariant() 104 UNIMPLEMENTED(FATAL) << isa; in FromBitmap() 128 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCppDefines() 160 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCpuInfo() 181 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromHwcap() 202 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromAssembly() 223 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCpuFeatures() 317 UNIMPLEMENTED(FATAL) << kRuntimeISA; in AddRuntimeDetectedFeatures()
|
/art/runtime/mirror/ |
D | object-readbarrier-inl.h | 78 LOG(FATAL) << "Unreachable"; in GetReadBarrierState() 124 LOG(FATAL) << "Unsupported architecture."; in GetReadBarrierState() 131 LOG(FATAL) << "Unreachable"; in GetReadBarrierState() 143 LOG(FATAL) << "Unreachable"; in GetReadBarrierStateAcquire() 156 LOG(FATAL) << "Unreachable"; in AtomicSetReadBarrierState()
|
/art/dex2oat/linker/ |
D | relative_patcher.cc | 67 LOG(FATAL) << "Unexpected relative call patch."; in Create() 74 LOG(FATAL) << "Unexpected relative dex cache array patch."; in Create() 80 LOG(FATAL) << "Unexpected entrypoint call patch."; in Create() 86 LOG(FATAL) << "Unexpected baker read barrier branch patch."; in Create()
|
/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64.cc | 40 LOG(FATAL) << "UNIMPLEMENTED"; in PatchEntrypointCall() 46 LOG(FATAL) << "UNIMPLEMENTED"; in PatchBakerReadBarrierBranch()
|
/art/runtime/gc/allocator/ |
D | art-dlmalloc.cc | 54 LOG(FATAL) << "Corrupt heap detected in: " << function; in art_heap_corruption() 58 LOG(FATAL) << "Incorrect use of function '" << function << "' argument " << p in art_heap_usage_error()
|
/art/runtime/base/ |
D | mutex.cc | 432 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex() 436 LOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex() 446 PLOG(safe_to_call_abort ? FATAL : WARNING) in ~Mutex() 502 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock() 617 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock() 688 LOG(FATAL) << GetName() << " level=" << level_ << " self=" << name1 in ExclusiveUnlock() 723 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_; in ExclusiveUnlock() 764 LOG(FATAL) << "Non futex case isn't supported."; in WakeupToRespondToEmptyCheckpoint() 791 PLOG(is_safe_to_call_abort ? FATAL : WARNING) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex() 818 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock() [all …]
|
/art/dex2oat/utils/ |
D | swap_space.cc | 88 LOG(FATAL) << "Size: " << free_by_start.size() << " vs " << free_by_size.size(); in CollectFree() 104 LOG(FATAL) << "Sum: " << sum1 << " vs " << sum2; in CollectFree() 154 PLOG(FATAL) << "Unable to increase swap file."; in NewFileChunk() 164 PLOG(FATAL) << "Unable to mmap new swap file chunk."; in NewFileChunk() 171 LOG(FATAL) << "No swap file support on the Mac."; in NewFileChunk()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86.cc | 62 LOG(FATAL) << "UNIMPLEMENTED"; in PatchEntrypointCall() 68 LOG(FATAL) << "UNIMPLEMENTED"; in PatchBakerReadBarrierBranch()
|