/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()
|
/art/runtime/arch/ |
D | instruction_set.cc | 32 case InstructionSet::kX86: in InstructionSetAbort() 51 case InstructionSet::kX86: in GetInstructionSetString() 74 return InstructionSet::kX86; in GetInstructionSetFromString() 93 return InstructionSet::kX86; in GetInstructionSetFromELF() 117 case InstructionSet::kX86: in GetInstructionSetAlignment() 187 case InstructionSet::kX86: in GetStackOverflowReservedBytes()
|
D | instruction_set.h | 33 kX86, enumerator 50 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86; 105 case InstructionSet::kX86: in GetInstructionSetPointerSize() 128 case InstructionSet::kX86: in GetInstructionSetInstructionAlignment() 148 case InstructionSet::kX86: in IsValidInstructionSet() 166 case InstructionSet::kX86: in Is64BitInstructionSet() 193 case InstructionSet::kX86: in GetBytesPerGprSpillLocation() 216 case InstructionSet::kX86: in GetBytesPerFprSpillLocation()
|
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()
|
D | instruction_set_features.cc | 45 case InstructionSet::kX86: in FromVariant() 74 case InstructionSet::kX86: in FromBitmap() 101 case InstructionSet::kX86: in FromCppDefines() 125 case InstructionSet::kX86: in FromCpuInfo() 148 case InstructionSet::kX86: in FromHwcap() 171 case InstructionSet::kX86: in FromAssembly() 245 DCHECK(InstructionSet::kX86 == GetInstructionSet() || in AsX86InstructionSetFeatures()
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 81 case InstructionSet::kX86: in GetCalleeSaveFrameSize() 105 case InstructionSet::kX86: in GetConstExprPointerSize()
|
D | quick_trampoline_entrypoints_test.cc | 110 CHECK_FRAME_SIZE(InstructionSet::kX86); in TEST_F() 125 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kX86), in TEST_F() 126 GetConstExprPointerSize(InstructionSet::kX86)); in TEST_F()
|
D | quick_jni_entrypoints.cc | 229 if (kRuntimeISA == InstructionSet::kX86) { in GenericJniMethodEnd()
|
/art/disassembler/ |
D | disassembler.cc | 47 } else if (instruction_set == InstructionSet::kX86) { in Create()
|
/art/compiler/ |
D | compiled_method.cc | 68 case InstructionSet::kX86: in CodeDelta() 87 case InstructionSet::kX86: in CodePointer()
|
/art/compiler/utils/ |
D | jni_macro_assembler.cc | 72 case InstructionSet::kX86: in Create()
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 82 case InstructionSet::kX86: in Create() 184 case InstructionSet::kX86: in Create()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 133 TEST_ISA(kX86)
|
/art/compiler/linker/ |
D | relative_patcher.cc | 98 case InstructionSet::kX86: in Create()
|
/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 | 83 case InstructionSet::kX86: in WriteCompilationUnit()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 64 (sizeof(typename ElfTypes::Addr) == 8) ? InstructionSet::kX86_64 : InstructionSet::kX86; in Objdump()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 26 X86RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86, "default") { } in X86RelativePatcherTest()
|
/art/runtime/ |
D | parsed_options_test.cc | 146 InstructionSet::kX86, in TEST_F()
|
D | common_runtime_test.h | 294 if (kRuntimeISA == InstructionSet::kX86) { \
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 174 InstructionSet::kX86> {
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 188 TEST_ISA(kX86) in TEST_ISA()
|
D | register_allocator.cc | 78 || instruction_set == InstructionSet::kX86 in CanAllocateRegistersFor()
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 285 case InstructionSet::kX86: in CreateTrampoline32()
|