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()
489 bool reserve_only) { in WriteCodeItemPostInstructionData() argument
495 if (!reserve_only) { in WriteCodeItemPostInstructionData()
525 bool reserve_only) { in WriteCodeItem() argument
532 if (!reserve_only) { in WriteCodeItem()
548 WriteCodeItemPostInstructionData(stream, code_item, reserve_only); in WriteCodeItem()
549 if (reserve_only) { in WriteCodeItem()
554 void DexWriter::WriteCodeItems(Stream* stream, bool reserve_only) { in WriteCodeItems() argument
556 if (!reserve_only && dex_layout_ != nullptr) { in WriteCodeItems()
563 WriteCodeItem(stream, code_item.get(), reserve_only); in WriteCodeItems()
565 if (!reserve_only && code_section != nullptr) { in WriteCodeItems()
580 void DexWriter::WriteClassDefs(Stream* stream, bool reserve_only) { in WriteClassDefs() argument
585 if (reserve_only) { in WriteClassDefs()
629 void DexWriter::WriteCallSiteIds(Stream* stream, bool reserve_only) { in WriteCallSiteIds() argument
635 if (reserve_only) { in WriteCallSiteIds()