Searched refs:GetInstructionSetPointerSize (Results 1 – 10 of 10) sorted by relevance
98 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()
52 EXPECT_EQ(sizeof(void*), GetInstructionSetPointerSize(kRuntimeISA)); in TEST()
85 static inline size_t GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() function
183 size_t kWordAlignment = GetInstructionSetPointerSize(kRuntimeISA); in IsWordAligned()
1636 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()
263 size_t pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()
114 DexCacheArraysLayout layout(GetInstructionSetPointerSize(codegen_->GetInstructionSet()), in ProcessInvokeStaticOrDirect()
509 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()
447 EXPECT_EQ(132 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints)); in TEST_F()
1563 ? DexCacheArraysLayout(GetInstructionSetPointerSize(instruction_set_), dex_file) in GetDexCacheArraysLayout()2357 GetInstructionSetPointerSize(manager_->GetCompiler()->GetInstructionSet())); in Visit()