HomeSort by relevance Sort by last modified time
    Searched refs:kStepSize (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
v8utils.h 214 static const int kStepSize = sizeof(uintptr_t) / sizeof(*dest); // NOLINT
215 while (dest <= limit - kStepSize) {
218 dest += kStepSize;
219 src += kStepSize;
utils.h 746 static const int kStepSize = sizeof(uintptr_t) / sizeof(*lhs); // NOLINT
747 while (lhs <= limit - kStepSize) {
752 lhs += kStepSize;
753 rhs += kStepSize;
objects.cc     [all...]

Completed in 32 milliseconds