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()
489 bool reserve_only) { in WriteCodeItemPostInstructionData()
525 bool reserve_only) { in WriteCodeItem()
554 void DexWriter::WriteCodeItems(Stream* stream, bool reserve_only) { in WriteCodeItems()
580 void DexWriter::WriteClassDefs(Stream* stream, bool reserve_only) { in WriteClassDefs()
629 void DexWriter::WriteCallSiteIds(Stream* stream, bool reserve_only) { in WriteCallSiteIds()
Dcompact_dex_writer.cc143 bool reserve_only) { in WriteCodeItem()