Home
last modified time | relevance | path

Searched refs:expected_offset (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_verifier.cc1775 uint32_t expected_offset; in CheckIntraIdSection() local
1781 expected_offset = header_->string_ids_off_; in CheckIntraIdSection()
1785 expected_offset = header_->type_ids_off_; in CheckIntraIdSection()
1789 expected_offset = header_->proto_ids_off_; in CheckIntraIdSection()
1793 expected_offset = header_->field_ids_off_; in CheckIntraIdSection()
1797 expected_offset = header_->method_ids_off_; in CheckIntraIdSection()
1801 expected_offset = header_->class_defs_off_; in CheckIntraIdSection()
1810 if (UNLIKELY(offset != expected_offset)) { in CheckIntraIdSection()
1811 ErrorStringPrintf("Bad offset for section: got %zx, expected %x", offset, expected_offset); in CheckIntraIdSection()
/art/compiler/
Doat_writer.cc3098 uint32_t expected_offset = oat_data_offset_ + oat_size_; in WriteTypeLookupTables() local
3099 off_t actual_offset = oat_rodata->Seek(expected_offset, kSeekSet); in WriteTypeLookupTables()
3100 if (static_cast<uint32_t>(actual_offset) != expected_offset) { in WriteTypeLookupTables()
3102 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteTypeLookupTables()
3184 uint32_t expected_offset = oat_data_offset_ + oat_size_; in WriteDexLayoutSections() local
3185 off_t actual_offset = oat_rodata->Seek(expected_offset, kSeekSet); in WriteDexLayoutSections()
3186 if (static_cast<uint32_t>(actual_offset) != expected_offset) { in WriteDexLayoutSections()
3188 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections()