Searched refs:dex_header (Results 1 – 3 of 3) sorted by relevance
290 const DexFile::Header* dex_header = reinterpret_cast<const DexFile::Header*>(base); in OpenAll() local294 dex_header->checksum_, in OpenAll()
324 const DexFile::Header* dex_header = reinterpret_cast<const DexFile::Header*>(map->Begin()); in OpenFile() local331 dex_header->checksum_, in OpenFile()
1713 const DexFile::Header* dex_header = reinterpret_cast<const DexFile::Header*>(dex_file_pointer_); in OatDexFile() local1714 const uint32_t num_class_defs = dex_header->class_defs_size_; in OatDexFile()1720 if (CompactDexFile::IsMagicValid(dex_header->magic_)) { in OatDexFile()1721 dex_data += dex_header->data_off_; in OatDexFile()