Home
last modified time | relevance | path

Searched refs:GetInstructionSetPointerSize (Results 1 – 10 of 10) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc117 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/
Dinstruction_set_test.cc67 EXPECT_EQ(kRuntimePointerSize, GetInstructionSetPointerSize(kRuntimeISA)); in TEST()
Dinstruction_set.h97 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() function
/art/runtime/
Dmemory_region.h215 size_t kWordAlignment = static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)); in IsWordAligned()
Druntime.cc2083 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()
Doat_file.cc518 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()
/art/dex2oat/linker/
Doat_writer.cc1534 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()
Doat_writer_test.cc494 EXPECT_EQ(162 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), in TEST_F()
/art/compiler/driver/
Dcompiler_driver.cc2191 GetInstructionSetPointerSize(manager_->GetCompiler()->GetInstructionSet())); in Visit()
/art/oatdump/
Doatdump.cc547 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in Dump()