Searched refs:batch_index (Results 1 – 1 of 1) sorted by relevance
936 int batch_index = 0; in PushQueued() local938 batch[batch_index++] = queued_[index++]; in PushQueued()939 } while ((batch_index < 4) && (index < count) && in PushQueued()942 masm_->PushHelper(batch_index, batch[0].SizeInBytes(), in PushQueued()959 int batch_index = 0; in PopQueued() local961 batch[batch_index++] = queued_[index++]; in PopQueued()962 } while ((batch_index < 4) && (index < count) && in PopQueued()965 masm_->PopHelper(batch_index, batch[0].SizeInBytes(), in PopQueued()