Home
last modified time | relevance | path

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

/art/libartbase/arch/
Dinstruction_set_test.cc59 EXPECT_EQ(kRuntimePointerSize, GetInstructionSetPointerSize(kRuntimeISA)); in TEST()
Dinstruction_set.h84 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() function
/art/compiler/debug/
Delf_debug_writer.cc181 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in MakeElfFileForJIT()
239 CHECK_EQ(sizeof(Elf_Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in PackElfFileForJIT()
354 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in WriteDebugElfFileForClasses()
/art/dex2oat/linker/
Doat_writer.cc1534 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_options_.GetInstructionSet())), in InitImageMethodVisitor()
1676 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_options_.GetInstructionSet())), in WriteCodeMethodVisitor()
2195 PointerSize pointer_size = GetInstructionSetPointerSize(oat_header_->GetInstructionSet()); in InitIndexBssMappings()
2415 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set); in InitBssLayout()
2877 PointerSize pointer_size = GetInstructionSetPointerSize(oat_header_->GetInstructionSet()); in WriteIndexBssMappings()
Doat_writer_test.cc508 EXPECT_EQ(169 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), in TEST_F()
/art/runtime/
Druntime.cc2496 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod()
2518 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod()
2530 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod()
Doat_file.cc523 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()
2373 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in InitializeRelocations()
/art/dex2oat/driver/
Dcompiler_driver.cc2066 klass->SetSkipAccessChecksFlagOnAllMethods(GetInstructionSetPointerSize(instruction_set)); in Visit()
/art/oatdump/
Doatdump.cc537 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in Dump()