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.cc936 int batch_index = 0; in PushQueued() local
938 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() local
961 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()