Lines Matching refs:reserve_only
232 void DexWriter::WriteStringIds(Stream* stream, bool reserve_only) { in WriteStringIds() argument
236 if (reserve_only) { in WriteStringIds()
300 void DexWriter::WriteProtoIds(Stream* stream, bool reserve_only) { in WriteProtoIds() argument
306 if (reserve_only) { in WriteProtoIds()
537 bool reserve_only) { in WriteCodeItemPostInstructionData() argument
543 if (!reserve_only) { in WriteCodeItemPostInstructionData()
573 bool reserve_only) { in WriteCodeItem() argument
580 if (!reserve_only) { in WriteCodeItem()
596 WriteCodeItemPostInstructionData(stream, code_item, reserve_only); in WriteCodeItem()
597 if (reserve_only) { in WriteCodeItem()
602 void DexWriter::WriteCodeItems(Stream* stream, bool reserve_only) { in WriteCodeItems() argument
604 if (!reserve_only && dex_layout_ != nullptr) { in WriteCodeItems()
611 WriteCodeItem(stream, code_item.get(), reserve_only); in WriteCodeItems()
613 if (!reserve_only && code_section != nullptr) { in WriteCodeItems()
628 void DexWriter::WriteClassDefs(Stream* stream, bool reserve_only) { in WriteClassDefs() argument
633 if (reserve_only) { in WriteClassDefs()
677 void DexWriter::WriteCallSiteIds(Stream* stream, bool reserve_only) { in WriteCallSiteIds() argument
682 if (reserve_only) { in WriteCallSiteIds()