Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dstore-buffer.cc31 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()
Dstore-buffer.h138 uintptr_t* hash_set_1_; variable