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

  /art/runtime/
oat_file.cc 607 uint32_t dex_file_offset; local
608 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) {
616 if (UNLIKELY(dex_file_offset > DexSize())) {
622 dex_file_offset,
627 if (UNLIKELY(dex_file_offset == 0U)) {
693 if (UNLIKELY(DexSize() - dex_file_offset < sizeof(DexFile::Header))) {
699 dex_file_offset,
704 dex_file_pointer = DexBegin() + dex_file_offset;
727 if (dex_file_offset != 0 && (DexSize() - dex_file_offset < header->file_size_))
    [all...]
  /art/dex2oat/linker/
oat_writer.cc     [all...]

Completed in 205 milliseconds