Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dstore-buffer.cc32 hash_set_2_(NULL), in StoreBuffer()
80 hash_set_2_ = new uintptr_t[kHashSetLength]; in SetUp()
91 delete[] hash_set_2_; in TearDown()
316 memset(reinterpret_cast<void*>(hash_set_2_), 0, in ClearFilteringHashSets()
562 if (hash_set_2_[hash2] == int_addr) continue; in Compact()
565 } else if (hash_set_2_[hash2] == 0) { in Compact()
566 hash_set_2_[hash2] = int_addr; in Compact()
571 hash_set_2_[hash2] = 0; in Compact()
Dstore-buffer.h139 uintptr_t* hash_set_2_; variable