/art/compiler/utils/ |
D | assembler.cc | 168 UNIMPLEMENTED(FATAL); in StoreImmediateToThread32() 174 UNIMPLEMENTED(FATAL); in StoreImmediateToThread64() 180 UNIMPLEMENTED(FATAL); in StoreStackOffsetToThread32() 186 UNIMPLEMENTED(FATAL); in StoreStackOffsetToThread64() 190 UNIMPLEMENTED(FATAL); in StoreStackPointerToThread32() 194 UNIMPLEMENTED(FATAL); in StoreStackPointerToThread64() 200 UNIMPLEMENTED(FATAL); in LoadFromThread32() 206 UNIMPLEMENTED(FATAL); in LoadFromThread64() 211 UNIMPLEMENTED(FATAL); in LoadRawPtrFromThread32() 216 UNIMPLEMENTED(FATAL); in LoadRawPtrFromThread64() [all …]
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 61 UNIMPLEMENTED(FATAL); in Clear() 80 UNIMPLEMENTED(FATAL); in Alloc() 85 UNIMPLEMENTED(FATAL); in AllocationSize() 90 UNIMPLEMENTED(FATAL); in Free() 95 UNIMPLEMENTED(FATAL); in FreeList() 100 UNIMPLEMENTED(FATAL); in LogFragmentationAllocFailure()
|
D | space.cc | 42 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsDlMallocSpace() 47 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsRosAllocSpace() 52 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsZygoteSpace() 57 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsBumpPointerSpace() 67 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsAllocSpace() 72 UNIMPLEMENTED(FATAL) << "Unreachable"; in AsContinuousMemMapAllocSpace()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 57 UNIMPLEMENTED(FATAL) << isa; in FromVariant() 88 UNIMPLEMENTED(FATAL) << isa; in FromBitmap() 118 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCppDefines() 148 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCpuInfo() 177 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromHwcap() 206 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromAssembly()
|
D | context.cc | 51 UNIMPLEMENTED(FATAL); in Create()
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.cc | 72 UNIMPLEMENTED(WARNING); in FromHwcap() 77 UNIMPLEMENTED(WARNING); in FromAssembly()
|
D | asm_support_mips64.S | 65 .macro UNIMPLEMENTED name macro
|
/art/runtime/lambda/ |
D | closure_builder.cc | 64 UNIMPLEMENTED(FATAL) << "can't yet safely capture objects with read barrier"; in CaptureVariableObject() 167 UNIMPLEMENTED(FATAL) << "can't yet safely write objects with read barrier"; in WriteValues() 171 UNIMPLEMENTED(FATAL) << "writing objects not yet supported, no GC support"; in WriteValues()
|
/art/runtime/interpreter/mterp/ |
D | mterp_stub.cc | 45 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 | entrypoints_init_x86_64.cc | 42 UNIMPLEMENTED(FATAL); in InitEntryPoints()
|
D | context_x86_64.cc | 123 UNIMPLEMENTED(FATAL); in DoLongJump()
|
/art/runtime/arch/arm64/ |
D | asm_support_arm64.S | 52 .macro UNIMPLEMENTED name macro
|
D | instruction_set_features_arm64.cc | 102 UNIMPLEMENTED(WARNING); in FromAssembly()
|
/art/disassembler/ |
D | disassembler.cc | 44 UNIMPLEMENTED(FATAL) << "no disassembler for " << instruction_set; in Create()
|
/art/runtime/arch/mips/ |
D | instruction_set_features_mips.cc | 153 UNIMPLEMENTED(WARNING); in FromHwcap() 158 UNIMPLEMENTED(WARNING); in FromAssembly()
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 228 UNIMPLEMENTED(WARNING); in FromHwcap() 233 UNIMPLEMENTED(WARNING); in FromAssembly()
|
D | context_x86.cc | 123 UNIMPLEMENTED(FATAL); in DoLongJump()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 258 UNIMPLEMENTED(FATAL) << "create-lambda with an object captured variable"; in DoCreateLambda() 262 UNIMPLEMENTED(FATAL) << "create-lambda with a lambda captured variable"; in DoCreateLambda() 449 UNIMPLEMENTED(FATAL) << " capture-variable with type kLambda"; in DoCaptureVariable() 459 UNIMPLEMENTED(FATAL) << " capture-variable with type kObject"; in DoCaptureVariable() 566 UNIMPLEMENTED(FATAL) << "liberate-variable type checks needs to " in DoLiberateVariable() 585 UNIMPLEMENTED(FATAL) << "liberate-variable cannot unpack objects yet"; in DoLiberateVariable() 587 UNIMPLEMENTED(FATAL) << "liberate-variable cannot unpack lambdas yet"; in DoLiberateVariable()
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 397 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 416 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 435 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 441 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy() 470 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy() 477 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy() 546 UNIMPLEMENTED(FATAL) << "Unimplemented Call() variant"; in CallFromThread64()
|
D | assembler_arm64.h | 219 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM64"; in Bind() 222 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM64"; in Jump()
|
/art/runtime/openjdkjvm/ |
D | OpenjdkJvm.cc | 441 UNIMPLEMENTED(FATAL) << "JVM_IHashCode is not implemented"; in JVM_IHashCode() 446 UNIMPLEMENTED(FATAL) << "JVM_NanoTime is not implemented"; in JVM_NanoTime() 453 UNIMPLEMENTED(FATAL) << "JVM_ArrayCopy is not implemented"; in JVM_ArrayCopy()
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 143 UNIMPLEMENTED(FATAL) << static_cast<size_t>(type); in operator <<() 162 UNIMPLEMENTED(FATAL) << "Invalid type " << type; in Create()
|
D | card_table.cc | 151 UNIMPLEMENTED(WARNING) << "Card table verification"; in VerifyCardTable()
|
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 124 .macro UNIMPLEMENTED name macro
|