Home
last modified time | relevance | path

Searched refs:WriteDexLayoutSections (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h344 bool WriteDexLayoutSections(OutputStream* oat_rodata,
Doat_writer.cc720 if (!WriteDexLayoutSections(&checksum_updating_rodata, dex_files)) { in StartRoData()
3880 bool OatWriter::WriteDexLayoutSections(OutputStream* oat_rodata, in WriteDexLayoutSections() function in art::linker::OatWriter