Lines Matching refs:batch
827 // can handle only four at a time. Batch them up accordingly.
828 CPURegister batch[4] = {NoReg, NoReg, NoReg, NoReg};
831 batch[batch_index++] = queued_[index++];
833 batch[0].IsSameSizeAndType(queued_[index]));
835 masm_->PushHelper(batch_index, batch[0].SizeInBytes(),
836 batch[0], batch[1], batch[2], batch[3]);
850 // can handle only four at a time. Batch them up accordingly.
851 CPURegister batch[4] = {NoReg, NoReg, NoReg, NoReg};
854 batch[batch_index++] = queued_[index++];
856 batch[0].IsSameSizeAndType(queued_[index]));
858 masm_->PopHelper(batch_index, batch[0].SizeInBytes(),
859 batch[0], batch[1], batch[2], batch[3]);