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.h92 constexpr PointerSize GetInstructionSetPointerSize(InstructionSet isa) { in GetInstructionSetPointerSize() function
/art/compiler/debug/
Delf_debug_writer.cc180 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in MakeElfFileForJIT()
238 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.cc1403 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_options_.GetInstructionSet())), in InitImageMethodVisitor()
1538 pointer_size_(GetInstructionSetPointerSize(writer_->compiler_options_.GetInstructionSet())), in WriteCodeMethodVisitor()
2166 const PointerSize pointer_size = GetInstructionSetPointerSize(oat_header_->GetInstructionSet()); in InitIndexBssMappingsHelper()
2417 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set); in InitBssLayout()
2886 const PointerSize pointer_size = GetInstructionSetPointerSize(oat_header_->GetInstructionSet()); in WriteIndexBssMappingsHelper()
Doat_writer_test.cc505 EXPECT_EQ(170 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), in TEST_F()
/art/runtime/
Druntime.cc2739 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod()
2761 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod()
2773 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod()
/art/runtime/oat/
Doat_file.cc632 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in Setup()
2533 PointerSize pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet()); in InitializeRelocations()
/art/dex2oat/driver/
Dcompiler_driver.cc2165 klass->SetSkipAccessChecksFlagOnAllMethods(GetInstructionSetPointerSize(instruction_set)); in Visit()
/art/oatdump/
Doatdump.cc1704 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in DumpBssMappings()