Home
last modified time | relevance | path

Searched refs:kX86_64 (Results 1 – 25 of 46) sorted by relevance

12

/art/runtime/arch/
Dinstruction_set.cc33 case InstructionSet::kX86_64: in InstructionSetAbort()
53 case InstructionSet::kX86_64: in GetInstructionSetString()
76 return InstructionSet::kX86_64; in GetInstructionSetFromString()
95 return InstructionSet::kX86_64; in GetInstructionSetFromELF()
119 case InstructionSet::kX86_64: in GetInstructionSetAlignment()
190 case InstructionSet::kX86_64: in GetStackOverflowReservedBytes()
Dinstruction_set.h34 kX86_64, enumerator
52 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86_64;
107 case InstructionSet::kX86_64: in GetInstructionSetPointerSize()
130 case InstructionSet::kX86_64: in GetInstructionSetInstructionAlignment()
149 case InstructionSet::kX86_64: in IsValidInstructionSet()
171 case InstructionSet::kX86_64: in Is64BitInstructionSet()
195 case InstructionSet::kX86_64: in GetBytesPerGprSpillLocation()
218 case InstructionSet::kX86_64: in GetBytesPerFprSpillLocation()
Dinstruction_set_features.cc47 case InstructionSet::kX86_64: in FromVariant()
77 case InstructionSet::kX86_64: in FromBitmap()
103 case InstructionSet::kX86_64: in FromCppDefines()
127 case InstructionSet::kX86_64: in FromCpuInfo()
150 case InstructionSet::kX86_64: in FromHwcap()
173 case InstructionSet::kX86_64: in FromAssembly()
246 InstructionSet::kX86_64 == GetInstructionSet()); in AsX86InstructionSetFeatures()
251 DCHECK_EQ(InstructionSet::kX86_64, GetInstructionSet()); in AsX86_64InstructionSetFeatures()
Dinstruction_set_test.cc29 EXPECT_EQ(InstructionSet::kX86_64, GetInstructionSetFromString("x86_64")); in TEST()
41 EXPECT_STREQ("x86_64", GetInstructionSetString(InstructionSet::kX86_64)); in TEST()
54 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kX86_64), in TEST()
Darch_test.cc58 ASSERT_EQ(InstructionSet::kX86_64, Runtime::Current()->GetInstructionSet()); in FinalizeSetup()
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64_test.cc26 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "default", &error_msg)); in TEST()
28 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
Dinstruction_set_features_x86_64.h63 return InstructionSet::kX86_64; in GetInstructionSet()
/art/runtime/arch/x86/
Dinstruction_set_features_x86_test.cc59 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "atom", &error_msg)); in TEST()
61 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
96 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "sandybridge", &error_msg)); in TEST()
98 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
133 InstructionSetFeatures::FromVariant(InstructionSet::kX86_64, "silvermont", &error_msg)); in TEST()
135 EXPECT_EQ(x86_64_features->GetInstructionSet(), InstructionSet::kX86_64); in TEST()
Dfault_handler_x86.cc294 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kX86_64)); in GetMethodAndReturnPcAndSp()
448 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86_64); in Action()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc39 ASSERT_EQ(InstructionSet::kX86_64, Runtime::Current()->GetInstructionSet()); in FinalizeSetup()
111 CHECK_FRAME_SIZE(InstructionSet::kX86_64); in TEST_F()
127 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kX86_64), in TEST_F()
128 GetConstExprPointerSize(InstructionSet::kX86_64)); in TEST_F()
Dcallee_save_frame.h83 case InstructionSet::kX86_64: in GetCalleeSaveFrameSize()
107 case InstructionSet::kX86_64: in GetConstExprPointerSize()
/art/simulator/
Dcode_simulator_arm64.h52 static constexpr bool kCanSimulate = (kRuntimeISA == InstructionSet::kX86_64);
/art/compiler/
Dcompiled_method.cc69 case InstructionSet::kX86_64: in CodeDelta()
88 case InstructionSet::kX86_64: in CodePointer()
/art/disassembler/
Ddisassembler.cc49 } else if (instruction_set == InstructionSet::kX86_64) { in Create()
/art/compiler/utils/
Djni_macro_assembler.cc106 case InstructionSet::kX86_64: in Create()
/art/compiler/jni/quick/
Dcalling_convention.cc88 case InstructionSet::kX86_64: in Create()
190 case InstructionSet::kX86_64: in Create()
/art/compiler/jni/
Djni_cfi_test.cc137 TEST_ISA(kX86_64)
/art/compiler/linker/
Drelative_patcher.cc102 case InstructionSet::kX86_64: in Create()
/art/compiler/debug/
Delf_debug_loc_writer.h43 case InstructionSet::kX86_64: in GetDwarfCoreReg()
64 case InstructionSet::kX86_64: in GetDwarfFpReg()
Delf_debug_line_writer.h84 case InstructionSet::kX86_64: in WriteCompilationUnit()
/art/compiler/debug/dwarf/
Ddwarf_test.h64 (sizeof(typename ElfTypes::Addr) == 8) ? InstructionSet::kX86_64 : InstructionSet::kX86; in Objdump()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc26 X86_64RelativePatcherTest() : RelativePatcherTest(InstructionSet::kX86_64, "default") { } in X86_64RelativePatcherTest()
/art/runtime/
Dparsed_options_test.cc147 InstructionSet::kX86_64, in TEST_F()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h200 InstructionSet::kX86_64> {
/art/compiler/optimizing/
Doptimizing_cfi_test.cc192 TEST_ISA(kX86_64) in TEST_ISA()

12