/art/compiler/utils/ |
D | assembler.cc | 122 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; in Create() 129 UNIMPLEMENTED(FATAL); in StoreImmediateToThread32() 134 UNIMPLEMENTED(FATAL); in StoreImmediateToThread64() 140 UNIMPLEMENTED(FATAL); in StoreStackOffsetToThread32() 146 UNIMPLEMENTED(FATAL); in StoreStackOffsetToThread64() 150 UNIMPLEMENTED(FATAL); in StoreStackPointerToThread32() 154 UNIMPLEMENTED(FATAL); in StoreStackPointerToThread64() 158 UNIMPLEMENTED(FATAL); in LoadFromThread32() 162 UNIMPLEMENTED(FATAL); in LoadFromThread64() 166 UNIMPLEMENTED(FATAL); in LoadRawPtrFromThread32() [all …]
|
D | allocation.h | 33 LOG(FATAL) << "UNREACHABLE"; in delete() 40 LOG(FATAL) << "UNREACHABLE"; in new() 44 LOG(FATAL) << "UNREACHABLE"; in delete()
|
D | swap_space.cc | 83 LOG(FATAL) << "Size: " << free_by_start.size() << " vs " << free_by_size.size(); in CollectFree() 99 LOG(FATAL) << "Sum: " << sum1 << " vs " << sum2; in CollectFree() 138 PLOG(FATAL) << "Unable to increase swap file."; in NewFileChunk() 149 LOG(FATAL) << "Aborting..."; in NewFileChunk() 157 LOG(FATAL) << "No swap file support on the Mac."; in NewFileChunk()
|
/art/runtime/ |
D | signal_set.h | 30 PLOG(FATAL) << "sigemptyset failed"; in SignalSet() 36 PLOG(FATAL) << "sigaddset " << signal << " failed"; in Add() 42 PLOG(FATAL) << "sigprocmask failed"; in Block() 51 PLOG(FATAL) << "sigwait failed"; in Wait()
|
D | instruction_set.cc | 37 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetString() 75 LOG(FATAL) << "ISA kNone does not have alignment."; in GetInstructionSetAlignment() 78 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetAlignment() 111 LOG(FATAL) << "kNone has no stack overflow size"; in GetStackOverflowReservedBytes() 115 LOG(FATAL) << "Unknown instruction set" << isa; in GetStackOverflowReservedBytes()
|
D | instruction_set.h | 97 LOG(FATAL) << "ISA kNone does not have pointer size."; in GetInstructionSetPointerSize() 100 LOG(FATAL) << "Unknown ISA " << isa; in GetInstructionSetPointerSize() 120 LOG(FATAL) << "ISA kNone does not have bit width."; in Is64BitInstructionSet() 123 LOG(FATAL) << "Unknown ISA " << isa; in Is64BitInstructionSet() 147 LOG(FATAL) << "ISA kNone does not have spills."; in GetBytesPerGprSpillLocation() 150 LOG(FATAL) << "Unknown ISA " << isa; in GetBytesPerGprSpillLocation() 170 LOG(FATAL) << "ISA kNone does not have spills."; in GetBytesPerFprSpillLocation() 173 LOG(FATAL) << "Unknown ISA " << isa; in GetBytesPerFprSpillLocation()
|
D | elf_utils.h | 117 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer() 149 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer() 159 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
|
D | thread_linux.cc | 31 PLOG(FATAL) << "sigaltstack failed"; in SigAltStack() 45 LOG(FATAL) << "Invalid use of alternate signal stack on Android"; in SetUpAlternateSignalStack()
|
D | primitive.h | 84 LOG(FATAL) << "Invalid type " << static_cast<int>(type); in ComponentSize() 114 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type); in Descriptor()
|
D | dex_file_verifier_test.cc | 116 PLOG(FATAL) << "Failed to write base64 as dex file"; in OpenDexFileBase64() 119 PLOG(FATAL) << "Could not flush and close test file."; in OpenDexFileBase64() 181 PLOG(FATAL) << "Failed to write base64 as dex file"; in FixChecksumAndOpen() 184 PLOG(FATAL) << "Could not flush and close test file."; in FixChecksumAndOpen()
|
/art/runtime/gc/space/ |
D | space.cc | 42 LOG(FATAL) << "Unreachable"; in AsDlMallocSpace() 47 LOG(FATAL) << "Unreachable"; in AsRosAllocSpace() 52 LOG(FATAL) << "Unreachable"; in AsZygoteSpace() 57 LOG(FATAL) << "Unreachable"; in AsBumpPointerSpace() 62 LOG(FATAL) << "Unimplemented"; in AsAllocSpace() 67 LOG(FATAL) << "Unimplemented"; in AsContinuousMemMapAllocSpace()
|
D | zygote_space.cc | 61 LOG(FATAL) << "Unimplemented"; in Clear() 80 UNIMPLEMENTED(FATAL); in Alloc() 85 UNIMPLEMENTED(FATAL); in AllocationSize() 90 UNIMPLEMENTED(FATAL); in Free() 95 UNIMPLEMENTED(FATAL); in FreeList() 101 UNIMPLEMENTED(FATAL); in LogFragmentationAllocFailure()
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 55 isa == kNone ? (LOG(FATAL) << "kNone has no frame size", 0) : in GetCalleeSaveFrameSize() 56 (LOG(FATAL) << "Unknown instruction set" << isa, 0); in GetCalleeSaveFrameSize() 67 isa == kNone ? (LOG(FATAL) << "kNone has no pointer size", 0) : in GetConstExprPointerSize() 68 (LOG(FATAL) << "Unknown instruction set" << isa, 0); in GetConstExprPointerSize()
|
/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/compiler/dex/quick/mips/ |
D | utility_mips.cc | 126 LOG(FATAL) << "Bad case in OpReg"; in OpReg() 145 LOG(FATAL) << "Bad case in OpRegImm"; in OpRegImm() 193 LOG(FATAL) << "No carry bit on MIPS"; in OpRegRegReg() 196 LOG(FATAL) << "bad case in OpRegRegReg"; in OpRegRegReg() 266 LOG(FATAL) << "Bad case in OpRegRegImm"; in OpRegRegImm() 322 LOG(FATAL) << "Bad case in OpRegReg"; in OpRegReg() 330 UNIMPLEMENTED(FATAL); in OpMovRegMem() 335 UNIMPLEMENTED(FATAL); in OpMovMemReg() 340 LOG(FATAL) << "Unexpected use of OpCondRegReg for MIPS"; in OpCondRegReg() 400 LOG(FATAL) << "Bad case in LoadBaseIndexed"; in LoadBaseIndexed() [all …]
|
D | fp_mips.cc | 61 LOG(FATAL) << "Unexpected opcode: " << opcode; in GenArithOpFloat() 103 LOG(FATAL) << "Unpexpected opcode: " << opcode; in GenArithOpDouble() 152 LOG(FATAL) << "Unexpected opcode: " << opcode; in GenConversion() 189 LOG(FATAL) << "Unexpected opcode: " << opcode; in GenCmpFP() 212 UNIMPLEMENTED(FATAL) << "Need codegen for fused fp cmp branch"; in GenFusedFPCmpBranch()
|
D | int_mips.cc | 112 LOG(FATAL) << "No support for ConditionCode: " << cond; in OpCmpBranch() 231 UNIMPLEMENTED(FATAL) << "Need codegen for select"; in GenSelect() 235 UNIMPLEMENTED(FATAL) << "Need codegen for fused long cmp branch"; in GenFusedLongCmpBranch() 267 LOG(FATAL) << "Unexpected use of GenDivRem for Mips"; in GenDivRem() 272 LOG(FATAL) << "Unexpected use of GenDivRemLit for Mips"; in GenDivRemLit() 328 LOG(FATAL) << "Unexpected use of OpPcRelLoad for Mips"; in OpPcRelLoad() 333 LOG(FATAL) << "Unexpected use of OpVldm for Mips"; in OpVldm() 338 LOG(FATAL) << "Unexpected use of OpVstm for Mips"; in OpVstm() 376 LOG(FATAL) << "Unexpected use of smallLiteralDive in Mips"; in SmallLiteralDivRem() 381 LOG(FATAL) << "Unexpected use of easyMultiply in Mips"; in EasyMultiply() [all …]
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 42 LOG(FATAL) << "Corrupt heap detected in: " << function; in art_heap_corruption() 46 LOG(FATAL) << "Incorrect use of function '" << function << "' argument " << p << " not expected"; in art_heap_usage_error() 66 PLOG(FATAL) << "madvise failed during heap trimming"; in DlmallocMadviseCallback()
|
/art/runtime/base/ |
D | logging.cc | 110 gMinimumLogSeverity = FATAL; in InitLogging() 114 gMinimumLogSeverity = FATAL; in InitLogging() 118 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags << ")"; in InitLogging() 160 if (data_->severity == FATAL) { in ~LogMessage()
|
D | mutex.cc | 289 LOG(shutting_down ? WARNING : FATAL) << "destroying mutex with owner: " in ~Mutex() 293 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found an owner on unlocked mutex " in ~Mutex() 297 LOG(shutting_down ? WARNING : FATAL) << "unexpectedly found a contender on mutex " << name_; in ~Mutex() 308 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_; in ~Mutex() 334 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock() 381 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_; in ExclusiveTryLock() 429 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_; in ExclusiveUnlock() 487 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_; in ~ReaderWriterMutex() 510 PLOG(FATAL) << "futex wait failed for " << name_; in ExclusiveLock() 551 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_; in ExclusiveUnlock() [all …]
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 136 LOG(FATAL) << "Unknown if condition"; in X86_64Condition() 181 LOG(FATAL) << "Unimplemented register type " << type; in AllocateFreeRegister() 184 LOG(FATAL) << "Unreachable type " << type; in AllocateFreeRegister() 260 LOG(FATAL) << "Unimplemented type " << load->GetType(); in GetStackLocation() 267 LOG(FATAL) << "Unexpected type " << load->GetType(); in GetStackLocation() 270 LOG(FATAL) << "Unreachable"; in GetStackLocation() 341 LOG(FATAL) << "Unimplemented local type " << instruction->GetType(); in Move() 357 LOG(FATAL) << "Unimplemented type " << instruction->GetType(); in Move() 462 LOG(FATAL) << "Unimplemented local type " << store->InputAt(1)->GetType(); in VisitStoreLocal() 563 LOG(FATAL) << "Unimplemented compare type " << compare->InputAt(0)->GetType(); in VisitCompare() [all …]
|
D | code_generator_arm.cc | 132 LOG(FATAL) << "Unknown if condition"; in ARMCondition() 146 LOG(FATAL) << "Unknown if condition"; in ARMOppositeCondition() 219 LOG(FATAL) << "Unimplemented register type " << type; in AllocateFreeRegister() 222 LOG(FATAL) << "Unreachable type " << type; in AllocateFreeRegister() 313 LOG(FATAL) << "Unimplemented type " << load->GetType(); in GetStackLocation() 320 LOG(FATAL) << "Unexpected type " << load->GetType(); in GetStackLocation() 323 LOG(FATAL) << "Unreachable"; in GetStackLocation() 358 LOG(FATAL) << "Unimplemented parameter type " << type; in GetNextLocation() 362 LOG(FATAL) << "Unexpected parameter type " << type; in GetNextLocation() 499 LOG(FATAL) << "Unimplemented type " << instruction->GetType(); in Move() [all …]
|
D | code_generator_x86.cc | 129 LOG(FATAL) << "Unknown if condition"; in X86Condition() 202 LOG(FATAL) << "Unimplemented register type " << type; in AllocateFreeRegister() 205 LOG(FATAL) << "Unreachable type " << type; in AllocateFreeRegister() 288 LOG(FATAL) << "Unimplemented type " << load->GetType(); in GetStackLocation() 295 LOG(FATAL) << "Unexpected type " << load->GetType(); in GetStackLocation() 298 LOG(FATAL) << "Unreachable"; in GetStackLocation() 333 LOG(FATAL) << "Unimplemented parameter type " << type; in GetNextLocation() 337 LOG(FATAL) << "Unexpected parameter type " << type; in GetNextLocation() 457 LOG(FATAL) << "Unimplemented local type " << instruction->GetType(); in Move() 476 LOG(FATAL) << "Unimplemented type " << instruction->GetType(); in Move() [all …]
|
/art/compiler/llvm/ |
D | md_builder.cc | 64 LOG(FATAL) << "Unknown TBAA special type: " << sty_id; in GetTBAASpecialType() 87 LOG(FATAL) << "Unknown TBAA special type: " << sty_id; in GetTBAAMemoryJType() 107 LOG(FATAL) << "Unknown JType: " << jty_id; in GetTBAAMemoryJType()
|
/art/runtime/arch/x86/ |
D | context_x86.h | 66 LOG(FATAL) << "Floating-point registers are all caller save in X86"; in GetFPR() 71 LOG(FATAL) << "Floating-point registers are all caller save in X86"; in SetFPR()
|