Searched refs:GetExecutableOffset (Results 1 – 7 of 7) sorted by relevance
182 oat_header_->GetExecutableOffset()); in SetPatchLocation()184 oat_header_->GetExecutableOffset()); in SetPatchLocation()185 CHECK_LT(loc, oat_file_->Size() - oat_header_->GetExecutableOffset()); in SetPatchLocation()
166 const size_t oat_data_length = oat_file->GetOatHeader().GetExecutableOffset(); in AddOatInput()
411 uint32_t quick_code_start = quick_code_offset - writer_->oat_header_->GetExecutableOffset(); in VisitMethod()1036 DCHECK_EQ(relative_offset, oat_header_->GetExecutableOffset()); in WriteCode()
918 Elf32_Word oat_data_size = oat_header.GetExecutableOffset(); in Write()
55 uint32_t GetExecutableOffset() const;
157 uint32_t OatHeader::GetExecutableOffset() const { in GetExecutableOffset() function in art::OatHeader
189 DUMP_OAT_HEADER_OFFSET("EXECUTABLE", GetExecutableOffset); in Dump()