HomeSort by relevance Sort by last modified time
    Searched full:oat_data_length (Results 1 - 1 of 1) sorted by null

  /art/compiler/
elf_writer_mclinker.cc 160 const size_t oat_data_length = oat_file->GetOatHeader().GetExecutableOffset(); local
161 const char* oat_code_start = oat_data_start + oat_data_length;
162 const size_t oat_code_length = oat_file->Size() - oat_data_length;
212 oat_data_length, // size
222 oat_data_length, // offset
232 (oat_data_length + oat_code_length) - sizeof(uint32_t), // offset

Completed in 936 milliseconds