Home | History | Annotate | Download | only in compiler

Lines Matching full:expected_offset

1672       uint32_t expected_offset = oat_data_offset_ + oat_dex_file.class_offsets_offset_;
1673 off_t actual_offset = out->Seek(expected_offset, kSeekSet);
1674 if (static_cast<uint32_t>(actual_offset) != expected_offset) {
1676 << " Expected: " << expected_offset << " File: " << oat_dex_file.GetLocation();
2074 uint32_t expected_offset = oat_data_offset_ + oat_header_->GetHeaderSize();
2075 off_t actual_offset = rodata->Seek(expected_offset, kSeekSet);
2076 if (static_cast<uint32_t>(actual_offset) != expected_offset) {
2078 << " Expected: " << expected_offset << " File: " << rodata->GetLocation();