Searched refs:targetBatch (Results 1 – 2 of 2) sorted by relevance
213 BatchBase** targetBatch, size_t* insertBatchIndex) const { in locateInsertIndex() argument217 if (overBatch == *targetBatch) break; in locateInsertIndex()222 if (!*targetBatch) break; // found insert position, quit in locateInsertIndex()229 *targetBatch = nullptr; in locateInsertIndex()290 OpBatch* targetBatch = mBatchLookup[batchId]; in deferUnmergeableOp() local293 if (targetBatch) { in deferUnmergeableOp()295 (BatchBase**)(&targetBatch), &insertBatchIndex); in deferUnmergeableOp()298 if (targetBatch) { in deferUnmergeableOp()299 targetBatch->batchOp(op); in deferUnmergeableOp()302 targetBatch = allocator.create<OpBatch>(batchId, op); in deferUnmergeableOp()[all …]
86 BatchBase** targetBatch, size_t* insertBatchIndex) const;