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

/external/v8/src/
H A Dstore-buffer.cc52 hash_set_1_(NULL),
101 hash_set_1_ = new uintptr_t[kHashSetLength];
112 delete[] hash_set_1_;
358 memset(reinterpret_cast<void*>(hash_set_1_),
690 if (hash_set_1_[hash1] == int_addr) continue;
695 if (hash_set_1_[hash1] == 0) {
696 hash_set_1_[hash1] = int_addr;
702 hash_set_1_[hash1] = int_addr;
H A Dstore-buffer.h155 uintptr_t* hash_set_1_; member in class:v8::internal::StoreBuffer

Completed in 49 milliseconds