Searched refs:hash_set_2_ (Results 1 – 2 of 2) sorted by relevance
35 hash_set_2_(NULL), in StoreBuffer()95 hash_set_2_ = new uintptr_t[kHashSetLength]; in SetUp()106 delete[] hash_set_2_; in TearDown()269 memset(reinterpret_cast<void*>(hash_set_2_), 0, in ClearFilteringHashSets()554 if (hash_set_2_[hash2] == int_addr) continue; in Compact()557 } else if (hash_set_2_[hash2] == 0) { in Compact()558 hash_set_2_[hash2] = int_addr; in Compact()563 hash_set_2_[hash2] = 0; in Compact()
130 uintptr_t* hash_set_2_; variable