Home
last modified time | relevance | path

Searched refs:dex_file_offset (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.cc618 uint32_t dex_file_offset; in Setup() local
619 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) { in Setup()
627 if (UNLIKELY(dex_file_offset > DexSize())) { in Setup()
633 dex_file_offset, in Setup()
638 if (UNLIKELY(dex_file_offset == 0U)) { in Setup()
704 if (UNLIKELY(DexSize() - dex_file_offset < sizeof(DexFile::Header))) { in Setup()
710 dex_file_offset, in Setup()
715 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
738 if (dex_file_offset != 0 && (DexSize() - dex_file_offset < header->file_size_)) { in Setup()
744 dex_file_offset, in Setup()
/art/dex2oat/linker/
Doat_writer.cc4423 uint32_t dex_file_offset = oat_dex_file.dex_file_offset_; in GetDebugInfo() local
4424 if (dex_file_offset != 0) { in GetDebugInfo()
4425 debug_info.dex_files.emplace(dex_file_offset, dex_file); in GetDebugInfo()