Searched refs:hash_set_1_ (Results 1 – 2 of 2) sorted by relevance
34 hash_set_1_(NULL), in StoreBuffer()94 hash_set_1_ = new uintptr_t[kHashSetLength]; in SetUp()105 delete[] hash_set_1_; in TearDown()267 memset(reinterpret_cast<void*>(hash_set_1_), 0, in ClearFilteringHashSets()550 if (hash_set_1_[hash1] == int_addr) continue; in Compact()555 if (hash_set_1_[hash1] == 0) { in Compact()556 hash_set_1_[hash1] = int_addr; in Compact()562 hash_set_1_[hash1] = int_addr; in Compact()
129 uintptr_t* hash_set_1_; variable