Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.h327 bool WriteDexLayoutSections(OutputStream* oat_rodata,
H A Doat_writer.cc733 if (!WriteDexLayoutSections(&checksum_updating_rodata, dex_files)) { in StartRoData()
3585 bool OatWriter::WriteDexLayoutSections(OutputStream* oat_rodata, in WriteDexLayoutSections() function in art::linker::OatWriter