Home
last modified time | relevance | path

Searched refs:WriteRodata (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Doat_writer.h181 bool WriteRodata(OutputStream* out);
H A Dimage_test.h312 bool rodata_ok = oat_writer->WriteRodata(rodata[i]); in DoCompile()
H A Doat_writer_test.cc219 if (!oat_writer.WriteRodata(oat_rodata)) { in DoWriteElf()
H A Doat_writer.cc2453 bool OatWriter::WriteRodata(OutputStream* out) { in WriteRodata() function in art::linker::OatWriter
/aosp12/art/dex2oat/
H A Ddex2oat.cc2148 if (!oat_writer->WriteRodata(rodata)) { in WriteOutputFiles()