Searched refs:hash_set_1_ (Results 1 – 2 of 2) sorted by relevance
31 hash_set_1_(NULL), in StoreBuffer()79 hash_set_1_ = new uintptr_t[kHashSetLength]; in SetUp()90 delete[] hash_set_1_; in TearDown()314 memset(reinterpret_cast<void*>(hash_set_1_), 0, in ClearFilteringHashSets()558 if (hash_set_1_[hash1] == int_addr) continue; in Compact()563 if (hash_set_1_[hash1] == 0) { in Compact()564 hash_set_1_[hash1] = int_addr; in Compact()570 hash_set_1_[hash1] = int_addr; in Compact()
138 uintptr_t* hash_set_1_; variable