/art/runtime/gc/space/ |
D | zygote_space.cc | 63 UNIMPLEMENTED(FATAL); in Clear() 82 UNIMPLEMENTED(FATAL); in Alloc() 87 UNIMPLEMENTED(FATAL); in AllocationSize() 92 UNIMPLEMENTED(FATAL); in Free() 97 UNIMPLEMENTED(FATAL); in FreeList() 102 UNIMPLEMENTED(FATAL); in LogFragmentationAllocFailure()
|
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() 70 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsAllocSpace() 75 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsContinuousMemMapAllocSpace()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 53 UNIMPLEMENTED(FATAL) << isa; in FromVariant() 83 UNIMPLEMENTED(FATAL) << isa; in FromBitmap() 109 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCppDefines() 133 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCpuInfo() 156 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromHwcap() 179 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromAssembly()
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.cc | 286 UNIMPLEMENTED(FATAL); in LoadRef() 292 UNIMPLEMENTED(FATAL); in LoadRawPtr() 338 UNIMPLEMENTED(FATAL); in CopyRawPtrToThread() 358 UNIMPLEMENTED(FATAL) << "no sign extension necessary for arm"; in SignExtend() 363 UNIMPLEMENTED(FATAL) << "no zero extension necessary for arm"; in ZeroExtend() 433 UNIMPLEMENTED(FATAL); in Copy() 441 UNIMPLEMENTED(FATAL); in Copy() 449 UNIMPLEMENTED(FATAL); in Copy() 458 UNIMPLEMENTED(FATAL); in Copy() 467 UNIMPLEMENTED(FATAL); in Copy() [all …]
|
D | assembler_arm_vixl.h | 174 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM"; in Bind() 177 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM"; in Jump()
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.cc | 82 UNIMPLEMENTED(WARNING); in FromHwcap() 87 UNIMPLEMENTED(WARNING); in FromAssembly()
|
D | asm_support_mips64.S | 63 .macro UNIMPLEMENTED name macro
|
/art/runtime/interpreter/mterp/ |
D | mterp_stub.cc | 47 UNIMPLEMENTED(art::FATAL); in ExecuteMterpImpl()
|
/art/runtime/arch/x86_64/ |
D | thread_x86_64.cc | 44 UNIMPLEMENTED(FATAL) << "Need to set GS"; in InitCpu()
|
D | context_x86_64.cc | 124 UNIMPLEMENTED(FATAL); in DoLongJump()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 113 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM64"; in Bind() 116 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM64"; in Jump()
|
D | jni_macro_assembler_arm64.cc | 401 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 423 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 445 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 454 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy() 486 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 496 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy() 554 UNIMPLEMENTED(FATAL) << "Unimplemented Call() variant"; in CallFromThread()
|
/art/runtime/arch/arm64/ |
D | asm_support_arm64.S | 58 .macro UNIMPLEMENTED name macro
|
D | instruction_set_features_arm64.cc | 99 UNIMPLEMENTED(WARNING); in FromAssembly()
|
/art/disassembler/ |
D | disassembler.cc | 52 UNIMPLEMENTED(FATAL) << static_cast<uint32_t>(instruction_set); in Create()
|
/art/runtime/arch/mips/ |
D | instruction_set_features_mips.cc | 160 UNIMPLEMENTED(WARNING); in FromHwcap() 165 UNIMPLEMENTED(WARNING); in FromAssembly()
|
/art/libartbase/base/ |
D | time_utils.cc | 168 UNIMPLEMENTED(WARNING); in ThreadCpuNanoTime() 179 UNIMPLEMENTED(WARNING); in ProcessCpuNanoTime()
|
/art/compiler/linker/mips64/ |
D | relative_patcher_mips64.cc | 45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS64"; in PatchCall()
|
/art/compiler/linker/mips/ |
D | relative_patcher_mips.cc | 45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS"; in PatchCall()
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 211 UNIMPLEMENTED(WARNING); in FromHwcap() 216 UNIMPLEMENTED(WARNING); in FromAssembly()
|
D | context_x86.cc | 126 UNIMPLEMENTED(FATAL); in DoLongJump()
|
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 124 .macro UNIMPLEMENTED name macro
|
/art/runtime/gc/accounting/ |
D | card_table.cc | 134 UNIMPLEMENTED(WARNING) << "Card table verification"; in VerifyCardTable()
|
D | mod_union_table_test.cc | 144 UNIMPLEMENTED(FATAL) << static_cast<size_t>(type); in operator <<() 163 UNIMPLEMENTED(FATAL) << "Invalid type " << type; in Create()
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 444 UNIMPLEMENTED(FATAL) << "JVM_IHashCode is not implemented"; in JVM_IHashCode() 449 UNIMPLEMENTED(FATAL) << "JVM_NanoTime is not implemented"; in JVM_NanoTime() 456 UNIMPLEMENTED(FATAL) << "JVM_ArrayCopy is not implemented"; in JVM_ArrayCopy()
|