Lines Matching full:reserve

385   BinaryIds.reserve(BinaryIds.size() + IPW.BinaryIds.size());  in mergeRecordsFromWriter()
392 MemProfData.Frames.reserve(IPW.MemProfData.Frames.size()); in mergeRecordsFromWriter()
400 MemProfData.CallStacks.reserve(IPW.MemProfData.CallStacks.size()); in mergeRecordsFromWriter()
406 MemProfData.Records.reserve(IPW.MemProfData.Records.size()); in mergeRecordsFromWriter()
511 FrameIdOrder.reserve(MemProfFrameData.size()); in writeMemProfFrameArray()
533 MemProfFrameIndexes.reserve(FrameIdOrder.size()); in writeMemProfFrameArray()
600 OS.write(0ULL); // Reserve space for the memprof record table offset. in writeMemProfV0()
601 OS.write(0ULL); // Reserve space for the memprof frame payload offset. in writeMemProfV0()
602 OS.write(0ULL); // Reserve space for the memprof frame table offset. in writeMemProfV0()
635 OS.write(0ULL); // Reserve space for the memprof record table offset. in writeMemProfV1()
636 OS.write(0ULL); // Reserve space for the memprof frame payload offset. in writeMemProfV1()
637 OS.write(0ULL); // Reserve space for the memprof frame table offset. in writeMemProfV1()
674 OS.write(0ULL); // Reserve space for the memprof record table offset. in writeMemProfV2()
675 OS.write(0ULL); // Reserve space for the memprof frame payload offset. in writeMemProfV2()
676 OS.write(0ULL); // Reserve space for the memprof frame table offset. in writeMemProfV2()
677 OS.write(0ULL); // Reserve space for the memprof call stack payload offset. in writeMemProfV2()
678 OS.write(0ULL); // Reserve space for the memprof call stack table offset. in writeMemProfV2()
722 OS.write(0ULL); // Reserve space for the memprof call stack payload offset. in writeMemProfV3()
723 OS.write(0ULL); // Reserve space for the memprof record payload offset. in writeMemProfV3()
724 OS.write(0ULL); // Reserve space for the memprof record table offset. in writeMemProfV3()
792 // Reserve the space for back patching later. in writeHeader()
882 // Reserve space to write profile summary data. in writeImpl()