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

  /external/v8/src/
v8utils.h 270 static const int kStepSize = sizeof(uintptr_t) / sizeof(*dest); // NOLINT
271 while (dest <= limit - kStepSize) {
274 dest += kStepSize;
275 src += kStepSize;
objects.cc     [all...]

Completed in 136 milliseconds