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

  /external/v8/src/
utils.h 532 static const int kStepSize = sizeof(uint32_t) / sizeof(*dest); // NOLINT
533 while (dest <= limit - kStepSize) {
536 dest += kStepSize;
537 src += kStepSize;
objects.cc     [all...]

Completed in 321 milliseconds