Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc607 uint32_t dex_file_offset; in Setup() local
608 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) { in Setup()
616 if (UNLIKELY(dex_file_offset > DexSize())) { in Setup()
622 dex_file_offset, in Setup()
627 if (UNLIKELY(dex_file_offset == 0U)) { in Setup()
693 if (UNLIKELY(DexSize() - dex_file_offset < sizeof(DexFile::Header))) { in Setup()
699 dex_file_offset, in Setup()
704 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
727 if (dex_file_offset != 0 && (DexSize() - dex_file_offset < header->file_size_)) { in Setup()
733 dex_file_offset, in Setup()
/art/dex2oat/linker/
Doat_writer.cc4228 uint32_t dex_file_offset = oat_dex_file.dex_file_offset_; in GetDebugInfo() local
4229 if (dex_file_offset != 0) { in GetDebugInfo()
4230 debug_info.dex_files.emplace(dex_file_offset, dex_file); in GetDebugInfo()