Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc749 uint32_t dex_file_offset; in Setup() local
750 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_offset))) { in Setup()
758 if (UNLIKELY(dex_file_offset > DexSize())) { in Setup()
764 dex_file_offset, in Setup()
769 if (UNLIKELY(dex_file_offset == 0U)) { in Setup()
846 if (UNLIKELY(DexSize() - dex_file_offset < sizeof(DexFile::Header))) { in Setup()
852 dex_file_offset, in Setup()
857 dex_file_pointer = DexBegin() + dex_file_offset; in Setup()
878 if (dex_file_offset != 0 && (DexSize() - dex_file_offset < header->file_size_)) { in Setup()
884 dex_file_offset, in Setup()
Dvdex_file.cc409 uint32_t dex_file_offset = reinterpret_cast<const uint32_t*>(verifier_deps)[index]; in GetDexFileClassDefs() local
410 return reinterpret_cast<const uint32_t*>(verifier_deps + dex_file_offset); in GetDexFileClassDefs()
/art/dex2oat/linker/
Doat_writer.cc4082 uint32_t dex_file_offset = oat_dex_file.dex_file_offset_; in GetDebugInfo() local
4083 if (dex_file_offset != 0) { in GetDebugInfo()
4084 debug_info.dex_files.emplace(dex_file_offset, dex_file); in GetDebugInfo()