HomeSort by relevance Sort by last modified time
    Searched refs:GetExecutableOffset (Results 1 - 7 of 7) sorted by null

  /art/compiler/
elf_patcher.cc 182 oat_header_->GetExecutableOffset());
184 oat_header_->GetExecutableOffset());
185 CHECK_LT(loc, oat_file_->Size() - oat_header_->GetExecutableOffset());
elf_writer_mclinker.cc 166 const size_t oat_data_length = oat_file->GetOatHeader().GetExecutableOffset();
oat_writer.cc 411 uint32_t quick_code_start = quick_code_offset - writer_->oat_header_->GetExecutableOffset();
    [all...]
elf_writer_quick.cc     [all...]
  /art/runtime/
oat.h 55 uint32_t GetExecutableOffset() const;
oat.cc 157 uint32_t OatHeader::GetExecutableOffset() const {
  /art/oatdump/
oatdump.cc 189 DUMP_OAT_HEADER_OFFSET("EXECUTABLE", GetExecutableOffset);
    [all...]

Completed in 85 milliseconds