Home
last modified time | relevance | path

Searched refs:UNIMPLEMENTED (Results 1 – 25 of 65) sorted by relevance

123

/art/compiler/utils/
Dassembler.cc168 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/
Dzygote_space.cc61 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()
Dspace.cc42 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/
Dinstruction_set_features.cc57 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()
Dcontext.cc51 UNIMPLEMENTED(FATAL); in Create()
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc72 UNIMPLEMENTED(WARNING); in FromHwcap()
77 UNIMPLEMENTED(WARNING); in FromAssembly()
Dasm_support_mips64.S65 .macro UNIMPLEMENTED name macro
/art/runtime/lambda/
Dclosure_builder.cc64 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/
Dmterp_stub.cc45 UNIMPLEMENTED(art::FATAL); in ExecuteMterpImpl()
/art/runtime/arch/x86_64/
Dthread_x86_64.cc44 UNIMPLEMENTED(FATAL) << "Need to set GS"; in InitCpu()
Dentrypoints_init_x86_64.cc42 UNIMPLEMENTED(FATAL); in InitEntryPoints()
Dcontext_x86_64.cc123 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/runtime/arch/arm64/
Dasm_support_arm64.S52 .macro UNIMPLEMENTED name macro
Dinstruction_set_features_arm64.cc102 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/disassembler/
Ddisassembler.cc44 UNIMPLEMENTED(FATAL) << "no disassembler for " << instruction_set; in Create()
/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc153 UNIMPLEMENTED(WARNING); in FromHwcap()
158 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc228 UNIMPLEMENTED(WARNING); in FromHwcap()
233 UNIMPLEMENTED(WARNING); in FromAssembly()
Dcontext_x86.cc123 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/runtime/interpreter/
Dinterpreter_common.h258 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/
Dassembler_arm64.cc397 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()
Dassembler_arm64.h219 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM64"; in Bind()
222 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM64"; in Jump()
/art/runtime/openjdkjvm/
DOpenjdkJvm.cc441 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/
Dmod_union_table_test.cc143 UNIMPLEMENTED(FATAL) << static_cast<size_t>(type); in operator <<()
162 UNIMPLEMENTED(FATAL) << "Invalid type " << type; in Create()
Dcard_table.cc151 UNIMPLEMENTED(WARNING) << "Card table verification"; in VerifyCardTable()
/art/runtime/arch/arm/
Dasm_support_arm.S124 .macro UNIMPLEMENTED name macro

123