Searched refs:oat_rodata (Results 1 – 3 of 3) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer.h | 170 OutputStream* oat_rodata, 345 bool WriteDexLayoutSections(OutputStream* oat_rodata,
|
D | oat_writer_test.cc | 176 OutputStream* oat_rodata = elf_writer->StartRoData(); in DoWriteElf() local 200 if (!oat_writer.StartRoData(dex_files, oat_rodata, &key_value_store)) { in DoWriteElf() 218 if (!oat_writer.WriteRodata(oat_rodata)) { in DoWriteElf() 221 elf_writer->EndRoData(oat_rodata); in DoWriteElf()
|
D | oat_writer.cc | 552 OutputStream* oat_rodata, in StartRoData() argument 557 if (!RecordOatDataOffset(oat_rodata)) { in StartRoData() 568 ChecksumUpdatingOutputStream checksum_updating_rodata(oat_rodata, this); in StartRoData() 3548 bool OatWriter::WriteDexLayoutSections(OutputStream* oat_rodata, in WriteDexLayoutSections() argument 3557 off_t actual_offset = oat_rodata->Seek(expected_offset, kSeekSet); in WriteDexLayoutSections() 3560 << " Expected: " << expected_offset << " File: " << oat_rodata->GetLocation(); in WriteDexLayoutSections() 3575 if (!oat_rodata->WriteFully(buffer.data(), padding_size)) { in WriteDexLayoutSections() 3578 << " Output: " << oat_rodata->GetLocation(); in WriteDexLayoutSections() 3587 static_cast<size_t>(oat_rodata->Seek(0u, kSeekCurrent))); in WriteDexLayoutSections() 3589 if (!oat_rodata->WriteFully(&oat_dex_file->dex_sections_layout_, in WriteDexLayoutSections() [all …]
|