Home
last modified time | relevance | path

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

123

/art/compiler/utils/
Dassembler.cc137 UNIMPLEMENTED(FATAL); in StoreImmediateToThread32()
143 UNIMPLEMENTED(FATAL); in StoreImmediateToThread64()
149 UNIMPLEMENTED(FATAL); in StoreStackOffsetToThread32()
155 UNIMPLEMENTED(FATAL); in StoreStackOffsetToThread64()
159 UNIMPLEMENTED(FATAL); in StoreStackPointerToThread32()
163 UNIMPLEMENTED(FATAL); in StoreStackPointerToThread64()
169 UNIMPLEMENTED(FATAL); in LoadFromThread32()
175 UNIMPLEMENTED(FATAL); in LoadFromThread64()
180 UNIMPLEMENTED(FATAL); in LoadRawPtrFromThread32()
185 UNIMPLEMENTED(FATAL); in LoadRawPtrFromThread64()
[all …]
Dassembler_test.h216 UNIMPLEMENTED(FATAL) << "Architecture does not support floating-point registers"; in GetFPRegisters()
222 UNIMPLEMENTED(FATAL) << "Architecture does not support secondary registers"; in GetSecondaryRegisterName()
228 UNIMPLEMENTED(FATAL) << "Architecture does not support tertiary registers"; in GetTertiaryRegisterName()
234 UNIMPLEMENTED(FATAL) << "Architecture does not support quaternary registers"; in GetQuaternaryRegisterName()
/art/runtime/gc/space/
Dzygote_space.cc62 UNIMPLEMENTED(FATAL); in Clear()
81 UNIMPLEMENTED(FATAL); in Alloc()
86 UNIMPLEMENTED(FATAL); in AllocationSize()
91 UNIMPLEMENTED(FATAL); in Free()
96 UNIMPLEMENTED(FATAL); in FreeList()
101 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/arch/x86_64/
Dthread_x86_64.cc44 UNIMPLEMENTED(FATAL) << "Need to set GS"; in InitCpu()
Dentrypoints_init_x86_64.cc36 UNIMPLEMENTED(FATAL); in InitEntryPoints()
Dcontext_x86_64.cc124 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/runtime/arch/arm64/
Dasm_support_arm64.S54 .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()
Dasm_support_mips.S62 .macro UNIMPLEMENTED name macro
/art/compiler/utils/mips64/
Dassembler_mips64.cc1002 UNIMPLEMENTED(FATAL) << "We only support Load() of size 4 and 8"; in EmitLoad()
1012 UNIMPLEMENTED(FATAL) << "We only support Load() of size 4 and 8"; in EmitLoad()
1164 UNIMPLEMENTED(FATAL) << "We only support Store() of size 4 and 8"; in Store()
1173 UNIMPLEMENTED(FATAL) << "We only support Store() of size 4 and 8"; in Store()
1275 UNIMPLEMENTED(FATAL) << "no sign extension necessary for mips"; in SignExtend()
1279 UNIMPLEMENTED(FATAL) << "no zero extension necessary for mips"; in ZeroExtend()
1296 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Move()
1342 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
1359 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
1376 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
[all …]
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc188 UNIMPLEMENTED(WARNING); in FromHwcap()
193 UNIMPLEMENTED(WARNING); in FromAssembly()
Dcontext_x86.cc124 UNIMPLEMENTED(FATAL); in DoLongJump()
/art/compiler/utils/arm64/
Dassembler_arm64.cc395 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
414 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
433 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
439 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy()
468 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8"; in Copy()
475 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant"; in Copy()
544 UNIMPLEMENTED(FATAL) << "Unimplemented Call() variant"; in CallFromThread64()
/art/runtime/gc/accounting/
Dmod_union_table_test.cc130 UNIMPLEMENTED(FATAL) << static_cast<size_t>(type); in operator <<()
149 UNIMPLEMENTED(FATAL) << "Invalid type " << type; in Create()
Dcard_table.cc149 UNIMPLEMENTED(WARNING) << "Card table verification"; in VerifyCardTable()
/art/runtime/jit/
Djit_code_cache.cc70 UNIMPLEMENTED(FATAL); in FlushInstructionCache()
/art/runtime/arch/arm/
Dasm_support_arm.S119 .macro UNIMPLEMENTED name macro
/art/compiler/utils/mips/
Dassembler_mips.cc726 UNIMPLEMENTED(FATAL) << "no sign extension necessary for mips"; in SignExtend()
730 UNIMPLEMENTED(FATAL) << "no zero extension necessary for mips"; in ZeroExtend()
825 UNIMPLEMENTED(FATAL) << "no mips implementation"; in Copy()
839 UNIMPLEMENTED(FATAL) << "no mips implementation"; in Copy()
843 UNIMPLEMENTED(FATAL) << "no mips implementation"; in MemoryBarrier()
945 UNIMPLEMENTED(FATAL) << "no mips implementation"; in CallFromThread32()

123