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

/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc936 int batch_index = 0; local
938 batch[batch_index++] = queued_[index++];
939 } while ((batch_index < 4) && (index < count) &&
942 masm_->PushHelper(batch_index, batch[0].SizeInBytes(),
959 int batch_index = 0; local
961 batch[batch_index++] = queued_[index++];
962 } while ((batch_index < 4) && (index < count) &&
965 masm_->PopHelper(batch_index, batch[0].SizeInBytes(),

Completed in 170 milliseconds