Lines Matching refs:header
50 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(dex_file); in FixUpChecksum() local
51 uint32_t expected_size = header->file_size_; in FixUpChecksum()
56 header->checksum_ = adler_checksum; in FixUpChecksum()
1326 DexFile::Header* header = const_cast<DexFile::Header*>( in TEST_F() local
1331 off_ptr = &header->map_off_; in TEST_F()
1334 off_ptr = &header->string_ids_off_; in TEST_F()
1337 off_ptr = &header->type_ids_off_; in TEST_F()
1340 off_ptr = &header->proto_ids_off_; in TEST_F()
1343 off_ptr = &header->field_ids_off_; in TEST_F()
1346 off_ptr = &header->method_ids_off_; in TEST_F()
1349 off_ptr = &header->class_defs_off_; in TEST_F()
1636 DexFile::Header* header = reinterpret_cast<DexFile::Header*>( in TEST_F() local
1638 header->checksum_ = 0; in TEST_F()