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

  /external/chromium_org/v8/src/heap/
store-buffer.cc 79 hash_set_1_ = new uintptr_t[kHashSetLength];
80 hash_set_2_ = new uintptr_t[kHashSetLength];
315 sizeof(uintptr_t) * kHashSetLength);
317 sizeof(uintptr_t) * kHashSetLength);
557 (kHashSetLength - 1));
561 hash2 &= (kHashSetLength - 1);
store-buffer.h 72 static const int kHashSetLength = 1 << kHashSetLengthLog2;

Completed in 768 milliseconds