Home
last modified time | relevance | path

Searched refs:batch_index (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/arm64/
Dmacro-assembler-arm64.cc955 int batch_index = 0; in PushQueued() local
957 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() local
980 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()