Home
last modified time | relevance | path

Searched defs:reserve_only (Results 1 – 2 of 2) sorted by relevance

/art/dexlayout/
Ddex_writer.cc232 void DexWriter::WriteStringIds(Stream* stream, bool reserve_only) { in WriteStringIds()
300 void DexWriter::WriteProtoIds(Stream* stream, bool reserve_only) { in WriteProtoIds()
537 bool reserve_only) { in WriteCodeItemPostInstructionData()
573 bool reserve_only) { in WriteCodeItem()
602 void DexWriter::WriteCodeItems(Stream* stream, bool reserve_only) { in WriteCodeItems()
628 void DexWriter::WriteClassDefs(Stream* stream, bool reserve_only) { in WriteClassDefs()
677 void DexWriter::WriteCallSiteIds(Stream* stream, bool reserve_only) { in WriteCallSiteIds()
Dcompact_dex_writer.cc142 bool reserve_only) { in WriteCodeItem()