Home
last modified time | relevance | path

Searched defs:oat_writer (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Doat_test.cc132 OatWriter oat_writer(/*compiling_boot_image*/false, &timings); in WriteElf() local
151 OatWriter oat_writer(/*compiling_boot_image*/false, &timings); in WriteElf() local
166 OatWriter oat_writer(/*compiling_boot_image*/false, &timings); in WriteElf() local
174 OatWriter& oat_writer, in DoWriteElf()
Dimage_test.cc111 OatWriter oat_writer(/*compiling_boot_image*/true, &timings); in TestWriteRead() local
Doat_writer.cc2273 void OatWriter::OatDexFile::ReserveTypeLookupTable(OatWriter* oat_writer) { in ReserveTypeLookupTable()
2289 void OatWriter::OatDexFile::ReserveClassOffsets(OatWriter* oat_writer) { in ReserveClassOffsets()
2301 bool OatWriter::OatDexFile::Write(OatWriter* oat_writer, OutputStream* out) const { in Write()
2344 bool OatWriter::OatDexFile::WriteClassOffsets(OatWriter* oat_writer, OutputStream* out) { in WriteClassOffsets()
2430 bool OatWriter::OatClass::Write(OatWriter* oat_writer, in Write()
/art/dex2oat/
Ddex2oat.cc1672 std::unique_ptr<OatWriter>& oat_writer = oat_writers_[i]; in WriteOatFiles() local
1695 std::unique_ptr<OatWriter>& oat_writer = oat_writers_[i]; in WriteOatFiles() local