Searched refs:batch_index (Results 1 – 1 of 1) sorted by relevance
955 int batch_index = 0; in PushQueued() local957 batch[batch_index++] = queued_[index++]; in PushQueued()958 } while ((batch_index < 4) && (index < count) && in PushQueued()961 masm_->PushHelper(batch_index, batch[0].SizeInBytes(), in PushQueued()978 int batch_index = 0; in PopQueued() local980 batch[batch_index++] = queued_[index++]; in PopQueued()981 } while ((batch_index < 4) && (index < count) && in PopQueued()984 masm_->PopHelper(batch_index, batch[0].SizeInBytes(), in PopQueued()