Searched refs:GetInstructionSetPointerSize (Results 1 – 10 of 10) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints_test.cc | 117 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kArm), in TEST_F() 119 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kArm64), in TEST_F() 121 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kMips), in TEST_F() 123 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kMips64), in TEST_F() 125 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kX86), in TEST_F() 127 EXPECT_EQ(GetInstructionSetPointerSize(InstructionSet::kX86_64), in TEST_F()
|
/art/runtime/arch/ |
D | instruction_set_test.cc | 67 EXPECT_EQ(kRuntimePointerSize, GetInstructionSetPointerSize(kRuntimeISA)); in TEST()
|
D | instruction_set.h | 97 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() function
|
/art/runtime/ |
D | memory_region.h | 215 size_t kWordAlignment = static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)); in IsWordAligned()
|
D | runtime.cc | 2083 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod() 2105 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod() 2115 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod()
|
D | oat_file.cc | 518 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1534 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_driver_->GetInstructionSet())), in InitImageMethodVisitor() 1685 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_driver_->GetInstructionSet())), in WriteCodeMethodVisitor() 2352 PointerSize pointer_size = GetInstructionSetPointerSize(oat_header_->GetInstructionSet()); in InitIndexBssMappings() 2541 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set); in InitBssLayout() 3171 PointerSize pointer_size = GetInstructionSetPointerSize(oat_header_->GetInstructionSet()); in WriteIndexBssMappings()
|
D | oat_writer_test.cc | 494 EXPECT_EQ(162 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), in TEST_F()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 2191 GetInstructionSetPointerSize(manager_->GetCompiler()->GetInstructionSet())); in Visit()
|
/art/oatdump/ |
D | oatdump.cc | 547 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in Dump()
|