Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h188 bool WriteQuickeningInfo(OutputStream* vdex_out);
Dimage_test.h301 oat_writer->WriteQuickeningInfo(vdex_out.get()); in DoCompile()
Doat_writer_test.cc220 if (!oat_writer.WriteQuickeningInfo(vdex_out.get())) { in DoWriteElf()
Doat_writer.cc2533 bool OatWriter::WriteQuickeningInfo(OutputStream* vdex_out) { in WriteQuickeningInfo() function in art::linker::OatWriter
/art/dex2oat/
Ddex2oat.cc2297 if (!oat_writers_[i]->WriteQuickeningInfo(vdex_out.get())) { in WriteOutputFiles()