Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.cc296 const DexFile::Header* dex_header = reinterpret_cast<const DexFile::Header*>(base); in OpenAll() local
300 dex_header->checksum_, in OpenAll()
Dart_dex_file_loader.cc356 const DexFile::Header* dex_header = reinterpret_cast<const DexFile::Header*>(begin); in OpenFile() local
363 dex_header->checksum_, in OpenFile()
/art/runtime/
Doat_file.cc1890 const DexFile::Header* dex_header = reinterpret_cast<const DexFile::Header*>(dex_file_pointer_); in OatDexFile() local
1891 const uint32_t num_class_defs = dex_header->class_defs_size_; in OatDexFile()
1897 if (CompactDexFile::IsMagicValid(dex_header->magic_)) { in OatDexFile()
1898 dex_data += dex_header->data_off_; in OatDexFile()