HomeSort by relevance Sort by last modified time
    Searched refs:kX86_64 (Results 1 - 25 of 41) sorted by null

1 2

  /art/runtime/arch/x86_64/
instruction_set_features_x86_64_test.cc 26 InstructionSetFeatures::FromVariant(kX86_64, "default", &error_msg));
28 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64);
instruction_set_features_x86_64.h 62 return kX86_64;
  /art/runtime/arch/
instruction_set.cc 34 case kX86_64:
58 return kX86_64;
77 return kX86_64;
101 case kX86_64:
143 case kX86_64:
instruction_set_test.cc 29 EXPECT_EQ(kX86_64, GetInstructionSetFromString("x86_64"));
41 EXPECT_STREQ("x86_64", GetInstructionSetString(kX86_64));
instruction_set.h 33 kX86_64,
50 static constexpr InstructionSet kRuntimeISA = kX86_64;
95 case kX86_64:
116 case kX86_64:
137 case kX86_64:
164 case kX86_64:
189 case kX86_64:
instruction_set_features.cc 53 case kX86_64:
84 case kX86_64:
114 case kX86_64:
144 case kX86_64:
173 case kX86_64:
202 case kX86_64:
282 DCHECK(kX86 == GetInstructionSet() || kX86_64 == GetInstructionSet());
287 DCHECK_EQ(kX86_64, GetInstructionSet());
arch_test.cc 40 ASSERT_EQ(InstructionSet::kX86_64, Runtime::Current()->GetInstructionSet());
160 CheckFrameSize(InstructionSet::kX86_64, Runtime::kSaveAll, x86_64::kFrameSizeSaveAllCalleeSave);
161 CheckFrameSize(InstructionSet::kX86_64, Runtime::kRefsOnly, x86_64::kFrameSizeRefsOnlyCalleeSave);
162 CheckFrameSize(InstructionSet::kX86_64, Runtime::kRefsAndArgs,
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 38 ASSERT_EQ(InstructionSet::kX86_64, Runtime::Current()->GetInstructionSet());
92 CHECK_FRAME_SIZE(kX86_64);
102 EXPECT_EQ(GetInstructionSetPointerSize(kX86_64), GetConstExprPointerSize(kX86_64));
callee_save_frame.h 83 isa == kX86_64 ? x86_64::X86_64CalleeSaveFrameSize(type) :
96 isa == kX86_64 ? kX86_64PointerSize :
  /art/runtime/simulator/
code_simulator_arm64.h 49 static constexpr bool kCanSimulate = (kRuntimeISA == kX86_64);
  /art/disassembler/
disassembler.cc 41 } else if (instruction_set == kX86_64) {
  /art/runtime/arch/x86/
instruction_set_features_x86_test.cc 59 InstructionSetFeatures::FromVariant(kX86_64, "atom", &error_msg));
61 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64);
96 InstructionSetFeatures::FromVariant(kX86_64, "silvermont", &error_msg));
98 EXPECT_EQ(x86_64_features->GetInstructionSet(), kX86_64);
fault_handler_x86.cc 266 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(kX86_64));
419 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(kX86_64);
  /art/compiler/
compiled_method.cc 68 case kX86_64:
88 case kX86_64:
common_compiler_test.h 132 case kX86_64: \
  /art/compiler/jni/
jni_cfi_test.cc 93 TEST_ISA(kX86_64)
  /art/compiler/linker/
relative_patcher.cc 84 case kX86_64:
  /art/compiler/jni/quick/
calling_convention.cc 86 case kX86_64:
182 case kX86_64:
  /art/compiler/debug/dwarf/
dwarf_test.h 62 InstructionSet isa = (sizeof(typename ElfTypes::Addr) == 8) ? kX86_64 : kX86;
  /art/compiler/debug/
elf_debug_loc_writer.h 43 case kX86_64:
64 case kX86_64:
elf_debug_line_writer.h 82 case kX86_64:
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 25 X86_64RelativePatcherTest() : RelativePatcherTest(kX86_64, "default") { }
  /art/compiler/optimizing/
optimizing_cfi_test.cc 163 TEST_ISA(kX86_64)
  /art/compiler/utils/
assembler.cc 156 case kX86_64:
  /art/runtime/
parsed_options_test.cc 148 InstructionSet::kX86_64,

Completed in 1210 milliseconds

1 2