Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc182 oat_header_->GetExecutableOffset()); in SetPatchLocation()
184 oat_header_->GetExecutableOffset()); in SetPatchLocation()
185 CHECK_LT(loc, oat_file_->Size() - oat_header_->GetExecutableOffset()); in SetPatchLocation()
Delf_writer_mclinker.cc166 const size_t oat_data_length = oat_file->GetOatHeader().GetExecutableOffset(); in AddOatInput()
Doat_writer.cc411 uint32_t quick_code_start = quick_code_offset - writer_->oat_header_->GetExecutableOffset(); in VisitMethod()
1036 DCHECK_EQ(relative_offset, oat_header_->GetExecutableOffset()); in WriteCode()
Delf_writer_quick.cc918 Elf32_Word oat_data_size = oat_header.GetExecutableOffset(); in Write()
/art/runtime/
Doat.h55 uint32_t GetExecutableOffset() const;
Doat.cc157 uint32_t OatHeader::GetExecutableOffset() const { in GetExecutableOffset() function in art::OatHeader
/art/oatdump/
Doatdump.cc189 DUMP_OAT_HEADER_OFFSET("EXECUTABLE", GetExecutableOffset); in Dump()