/art/runtime/arch/x86/ |
D | instruction_set_features_x86_test.cc | 26 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST() 28 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 39 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "atom", &error_msg)); in TEST() 41 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 49 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST() 51 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 76 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "sandybridge", &error_msg)); in TEST() 78 EXPECT_EQ(x86_features->GetInstructionSet(), InstructionSet::kX86); in TEST() 86 InstructionSetFeatures::FromVariant(InstructionSet::kX86, "default", &error_msg)); in TEST() 88 EXPECT_EQ(x86_default_features->GetInstructionSet(), InstructionSet::kX86); in TEST() [all …]
|
D | instruction_set_features_x86.h | 57 return InstructionSet::kX86; in GetInstructionSet()
|
D | fault_handler_x86.cc | 297 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kX86)); in GetMethodAndReturnPcAndSp() 451 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86); in Action()
|
/art/libartbase/arch/ |
D | instruction_set.h | 33 kX86, enumerator 50 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86; 103 case InstructionSet::kX86: in GetInstructionSetPointerSize() 126 case InstructionSet::kX86: in GetInstructionSetInstructionAlignment() 146 case InstructionSet::kX86: in IsValidInstructionSet() 164 case InstructionSet::kX86: in Is64BitInstructionSet() 191 case InstructionSet::kX86: in GetBytesPerGprSpillLocation() 214 case InstructionSet::kX86: in GetBytesPerFprSpillLocation() 264 case InstructionSet::kX86: in GetStackOverflowReservedBytes()
|
D | instruction_set.cc | 30 case InstructionSet::kX86: in InstructionSetAbort() 49 case InstructionSet::kX86: in GetInstructionSetString() 72 return InstructionSet::kX86; in GetInstructionSetFromString() 92 case InstructionSet::kX86: in GetInstructionSetAlignment()
|
D | instruction_set_test.cc | 28 EXPECT_EQ(InstructionSet::kX86, GetInstructionSetFromString("x86")); in TEST() 40 EXPECT_STREQ("x86", GetInstructionSetString(InstructionSet::kX86)); in TEST() 52 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kX86), in TEST()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 50 case InstructionSet::kX86: in FromVariant() 79 case InstructionSet::kX86: in FromBitmap() 106 case InstructionSet::kX86: in FromCppDefines() 140 case InstructionSet::kX86: in FromCpuInfo() 163 case InstructionSet::kX86: in FromHwcap() 186 case InstructionSet::kX86: in FromAssembly() 273 DCHECK(InstructionSet::kX86 == GetInstructionSet() || in AsX86InstructionSetFeatures()
|
/art/compiler/ |
D | compiled_method.cc | 67 case InstructionSet::kX86: in CodeDelta() 86 case InstructionSet::kX86: in CodePointer()
|
/art/tools/timeout_dumper/ |
D | timeout_dumper.cc | 374 enum class ABI { kArm, kArm64, kMips, kMips64, kX86, kX86_64 }; in DumpABI() enumerator 384 constexpr ABI kDumperABI = ABI::kX86; in DumpABI() 408 case ABI::kX86: in DumpABI() 426 case ABI::kX86: in DumpABI() 428 to_print = io_vec.iov_len == 17 * sizeof(uint32_t) ? ABI::kX86 : ABI::kX86_64; in DumpABI() 448 case ABI::kX86: in DumpABI()
|
/art/disassembler/ |
D | disassembler.cc | 69 case InstructionSet::kX86: in Create()
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 86 struct CSFSelector<InstructionSet::kX86> { using type = x86::X86CalleeSaveFrame; };
|
D | quick_jni_entrypoints.cc | 229 if (kRuntimeISA == InstructionSet::kX86) { in GenericJniMethodEnd()
|
/art/compiler/utils/ |
D | jni_macro_assembler.cc | 72 case InstructionSet::kX86: in Create()
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 84 case InstructionSet::kX86: in Create() 186 case InstructionSet::kX86: in Create()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 138 TEST_ISA(kX86)
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 41 case InstructionSet::kX86: in GetDwarfCoreReg() 62 case InstructionSet::kX86: in GetDwarfFpReg()
|
D | elf_debug_line_writer.h | 78 case InstructionSet::kX86: in WriteCompilationUnit()
|
/art/dex2oat/linker/ |
D | relative_patcher.cc | 100 case InstructionSet::kX86: in Create()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 64 (sizeof(typename ElfTypes::Addr) == 8) ? InstructionSet::kX86_64 : InstructionSet::kX86; in Objdump()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_test.cc | 26 X86RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86, "default") { } in X86RelativePatcherTest()
|
/art/runtime/base/ |
D | locks.cc | 126 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in Init() 239 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in Init()
|
/art/runtime/ |
D | common_runtime_test.h | 223 if (kRuntimeISA == InstructionSet::kX86) { \
|
D | parsed_options_test.cc | 166 InstructionSet::kX86, in TEST_F()
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 174 InstructionSet::kX86> {
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 178 TEST_ISA(kX86) in TEST_ISA()
|