Home
last modified time | relevance | path

Searched refs:kHashSetLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/heap/
Dstore-buffer.cc79 hash_set_1_ = new uintptr_t[kHashSetLength]; in SetUp()
80 hash_set_2_ = new uintptr_t[kHashSetLength]; in SetUp()
315 sizeof(uintptr_t) * kHashSetLength); in ClearFilteringHashSets()
317 sizeof(uintptr_t) * kHashSetLength); in ClearFilteringHashSets()
557 (kHashSetLength - 1)); in Compact()
561 hash2 &= (kHashSetLength - 1); in Compact()
Dstore-buffer.h72 static const int kHashSetLength = 1 << kHashSetLengthLog2; variable