HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionSetPointerSize (Results 1 - 9 of 9) sorted by null

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 104 // GetInstructionSetPointerSize.
106 EXPECT_EQ(GetInstructionSetPointerSize(kArm), GetConstExprPointerSize(kArm));
107 EXPECT_EQ(GetInstructionSetPointerSize(kArm64), GetConstExprPointerSize(kArm64));
108 EXPECT_EQ(GetInstructionSetPointerSize(kMips), GetConstExprPointerSize(kMips));
109 EXPECT_EQ(GetInstructionSetPointerSize(kMips64), GetConstExprPointerSize(kMips64));
110 EXPECT_EQ(GetInstructionSetPointerSize(kX86), GetConstExprPointerSize(kX86));
111 EXPECT_EQ(GetInstructionSetPointerSize(kX86_64), GetConstExprPointerSize(kX86_64));
  /art/runtime/arch/
instruction_set_test.cc 61 EXPECT_EQ(kRuntimePointerSize, GetInstructionSetPointerSize(kRuntimeISA));
instruction_set.h 96 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) {
  /art/runtime/
memory_region.h 214 size_t kWordAlignment = static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA));
runtime.cc     [all...]
oat_file.cc 317 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet());
    [all...]
  /art/compiler/
oat_writer.cc     [all...]
oat_test.cc 489 EXPECT_EQ(161 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)),
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 288 milliseconds