Home | History | Annotate | Download | only in runtime

Lines Matching refs:Header

262   if (map->Size() < sizeof(DexFile::Header)) {
264 "DexFile: failed to open dex file '%s' that is too short to have a header", location);
268 const Header* dex_header = reinterpret_cast<const Header*>(map->Begin());
435 header_(reinterpret_cast<const Header*>(base)),
509 uint32_t DexFile::Header::GetVersion() const {
2310 // Decodes the header section from the class data bytes.