Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc667 uint32_t dex_file_offset; in Setup() local
668 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) { in Setup()
676 if (UNLIKELY(dex_file_offset > DexSize())) { in Setup()
682 dex_file_offset, in Setup()
687 if (UNLIKELY(dex_file_offset == 0U)) { in Setup()
764 if (UNLIKELY(DexSize() - dex_file_offset < sizeof(DexFile::Header))) { in Setup()
770 dex_file_offset, in Setup()
775 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
798 if (dex_file_offset != 0 && (DexSize() - dex_file_offset < header->file_size_)) { in Setup()
804 dex_file_offset, in Setup()
/art/dex2oat/linker/
Doat_writer.cc4245 uint32_t dex_file_offset = oat_dex_file.dex_file_offset_; in GetDebugInfo() local
4246 if (dex_file_offset != 0) { in GetDebugInfo()
4247 debug_info.dex_files.emplace(dex_file_offset, dex_file); in GetDebugInfo()