Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h173 bool WriteQuickeningInfo(OutputStream* vdex_out);
Doat_writer.cc1965 bool OatWriter::WriteQuickeningInfo(OutputStream* vdex_out) { in WriteQuickeningInfo() function in art::OatWriter
/art/dex2oat/
Ddex2oat.cc1888 if (!oat_writers_[i]->WriteQuickeningInfo(vdex_out.get())) { in WriteOutputFiles()