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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints_test.cc96 // GetInstructionSetPointerSize.
98 EXPECT_EQ(GetInstructionSetPointerSize(kArm), GetConstExprPointerSize(kArm));
99 EXPECT_EQ(GetInstructionSetPointerSize(kArm64), GetConstExprPointerSize(kArm64));
100 EXPECT_EQ(GetInstructionSetPointerSize(kMips), GetConstExprPointerSize(kMips));
101 EXPECT_EQ(GetInstructionSetPointerSize(kX86), GetConstExprPointerSize(kX86));
102 EXPECT_EQ(GetInstructionSetPointerSize(kX86_64), GetConstExprPointerSize(kX86_64));
/art/runtime/arch/
H A Dinstruction_set_test.cc52 EXPECT_EQ(sizeof(void*), GetInstructionSetPointerSize(kRuntimeISA));
H A Dinstruction_set.h85 static inline size_t GetInstructionSetPointerSize(InstructionSet isa) { function in namespace:art
/art/compiler/optimizing/
H A Dsharpening.cc114 DexCacheArraysLayout layout(GetInstructionSetPointerSize(codegen_->GetInstructionSet()),
/art/runtime/
H A Dmemory_region.h183 size_t kWordAlignment = GetInstructionSetPointerSize(kRuntimeISA);
H A Druntime.cc1660 const size_t pointer_size = GetInstructionSetPointerSize(instruction_set_);
1682 size_t pointer_size = GetInstructionSetPointerSize(instruction_set_);
1692 size_t pointer_size = GetInstructionSetPointerSize(instruction_set_);
H A Doat_file.cc263 size_t pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet());
/art/compiler/
H A Doat_writer.cc509 size_t pointer_size = GetInstructionSetPointerSize(instruction_set);
878 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_driver_->GetInstructionSet())) {
1144 size_t size = GetInstructionSetPointerSize(writer_->compiler_driver_->GetInstructionSet());
H A Doat_test.cc447 EXPECT_EQ(132 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
/art/compiler/driver/
H A Dcompiler_driver.cc1563 ? DexCacheArraysLayout(GetInstructionSetPointerSize(instruction_set_), dex_file)
2357 GetInstructionSetPointerSize(manager_->GetCompiler()->GetInstructionSet()));

Completed in 224 milliseconds