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.cc98 EXPECT_EQ(GetInstructionSetPointerSize(kArm), GetConstExprPointerSize(kArm)); in TEST_F()
99 EXPECT_EQ(GetInstructionSetPointerSize(kArm64), GetConstExprPointerSize(kArm64)); in TEST_F()
100 EXPECT_EQ(GetInstructionSetPointerSize(kMips), GetConstExprPointerSize(kMips)); in TEST_F()
101 EXPECT_EQ(GetInstructionSetPointerSize(kX86), GetConstExprPointerSize(kX86)); in TEST_F()
102 EXPECT_EQ(GetInstructionSetPointerSize(kX86_64), GetConstExprPointerSize(kX86_64)); in TEST_F()
/art/runtime/arch/
Dinstruction_set_test.cc52 EXPECT_EQ(sizeof(void*), GetInstructionSetPointerSize(kRuntimeISA)); in TEST()
Dinstruction_set.h85 static inline size_t GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() function
/art/runtime/
Dmemory_region.h183 size_t kWordAlignment = GetInstructionSetPointerSize(kRuntimeISA); in IsWordAligned()
Druntime.cc1636 const size_t pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod()
1658 size_t pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod()
1668 size_t pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod()
Doat_file.cc263 size_t pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()
/art/compiler/optimizing/
Dsharpening.cc114 DexCacheArraysLayout layout(GetInstructionSetPointerSize(codegen_->GetInstructionSet()), in ProcessInvokeStaticOrDirect()
/art/compiler/
Doat_writer.cc509 size_t pointer_size = GetInstructionSetPointerSize(instruction_set); in PrepareLayout()
878 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_driver_->GetInstructionSet())) { in InitImageMethodVisitor()
1144 size_t size = GetInstructionSetPointerSize(writer_->compiler_driver_->GetInstructionSet()); in GetTargetOffset()
Doat_test.cc447 EXPECT_EQ(132 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints)); in TEST_F()
/art/compiler/driver/
Dcompiler_driver.cc1563 ? DexCacheArraysLayout(GetInstructionSetPointerSize(instruction_set_), dex_file) in GetDexCacheArraysLayout()
2357 GetInstructionSetPointerSize(manager_->GetCompiler()->GetInstructionSet())); in Visit()