Home
last modified time | relevance | path

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

123

/art/runtime/gc/space/
Dzygote_space.cc63 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()
Dspace.cc45 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/
Dinstruction_set_features.cc53 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/
Djni_macro_assembler_arm_vixl.cc286 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 …]
Dassembler_arm_vixl.h174 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/
Dinstruction_set_features_mips64.cc82 UNIMPLEMENTED(WARNING); in FromHwcap()
87 UNIMPLEMENTED(WARNING); in FromAssembly()
Dasm_support_mips64.S63 .macro UNIMPLEMENTED name macro
/art/runtime/interpreter/mterp/
Dmterp_stub.cc47 UNIMPLEMENTED(art::FATAL); in ExecuteMterpImpl()
/art/runtime/arch/x86_64/
Dthread_x86_64.cc44 UNIMPLEMENTED(FATAL) << "Need to set GS"; in InitCpu()
Dcontext_x86_64.cc124 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/compiler/utils/arm64/
Dassembler_arm64.h113 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM64"; in Bind()
116 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM64"; in Jump()
Djni_macro_assembler_arm64.cc401 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/
Dasm_support_arm64.S58 .macro UNIMPLEMENTED name macro
Dinstruction_set_features_arm64.cc99 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/disassembler/
Ddisassembler.cc52 UNIMPLEMENTED(FATAL) << static_cast<uint32_t>(instruction_set); in Create()
/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc160 UNIMPLEMENTED(WARNING); in FromHwcap()
165 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/libartbase/base/
Dtime_utils.cc168 UNIMPLEMENTED(WARNING); in ThreadCpuNanoTime()
179 UNIMPLEMENTED(WARNING); in ProcessCpuNanoTime()
/art/compiler/linker/mips64/
Drelative_patcher_mips64.cc45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS64"; in PatchCall()
/art/compiler/linker/mips/
Drelative_patcher_mips.cc45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS"; in PatchCall()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc211 UNIMPLEMENTED(WARNING); in FromHwcap()
216 UNIMPLEMENTED(WARNING); in FromAssembly()
Dcontext_x86.cc126 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/runtime/arch/arm/
Dasm_support_arm.S124 .macro UNIMPLEMENTED name macro
/art/runtime/gc/accounting/
Dcard_table.cc134 UNIMPLEMENTED(WARNING) << "Card table verification"; in VerifyCardTable()
Dmod_union_table_test.cc144 UNIMPLEMENTED(FATAL) << static_cast<size_t>(type); in operator <<()
163 UNIMPLEMENTED(FATAL) << "Invalid type " << type; in Create()
/art/openjdkjvm/
DOpenjdkJvm.cc444 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()

123