Searched defs:oat_code_length (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Delf_writer_mclinker.cc162 const size_t oat_code_length = oat_file->Size() - oat_data_length; local
221 oat_code_length, // size
232 (oat_data_length + oat_code_length) - sizeof(uint32_t), // offset

Completed in 3 milliseconds