Home
last modified time | relevance | path

Searched refs:GetExecutableOffset (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/
H A Doat.h71 uint32_t GetExecutableOffset() const;
H A Doat.cc186 uint32_t OatHeader::GetExecutableOffset() const { in GetExecutableOffset() function in art::OatHeader
/aosp12/art/dex2oat/linker/
H A Dimage_test.h299 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in DoCompile()
H A Doat_writer.cc798 code_size_ = offset - GetOatHeader().GetExecutableOffset(); in PrepareLayout()
1433 executable_offset_(writer->oat_header_->GetExecutableOffset()), in LayoutReserveOffsetCodeMethodVisitor()
2292 info.code_address = offset - oat_header_->GetExecutableOffset(); \ in InitOatCode()
2501 DCHECK_EQ(relative_offset, oat_header_->GetExecutableOffset()); in WriteRodata()
2554 size_t relative_offset = oat_header_->GetExecutableOffset(); in WriteCode()
2592 size_t code_end = GetOatHeader().GetExecutableOffset() + code_size_; in WriteDataBimgRelRo()
H A Doat_writer_test.cc207 elf_writer->PrepareDynamicSection(oat_writer.GetOatHeader().GetExecutableOffset(), in DoWriteElf()
/aosp12/art/oatdump/
H A Doatdump.cc160 const size_t rodata_size = oat_file_->GetOatHeader().GetExecutableOffset(); in Symbolize()
194 info.code_address = code_offset - oat_header.GetExecutableOffset(); \ in Symbolize()
302 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset(); in WalkOatMethod()
449 DUMP_OAT_HEADER_OFFSET("EXECUTABLE", GetExecutableOffset); in Dump()
494 resolved_addr2instr_ = options_.addr2instr_ + oat_header.GetExecutableOffset(); in Dump()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2118 elf_writer->PrepareDynamicSection(oat_writer->GetOatHeader().GetExecutableOffset(), in WriteOutputFiles()