HomeSort by relevance Sort by last modified time
    Searched refs:hash_set_2_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/heap/
store-buffer.cc 32 hash_set_2_(NULL),
80 hash_set_2_ = new uintptr_t[kHashSetLength];
91 delete[] hash_set_2_;
316 memset(reinterpret_cast<void*>(hash_set_2_), 0,
562 if (hash_set_2_[hash2] == int_addr) continue;
565 } else if (hash_set_2_[hash2] == 0) {
566 hash_set_2_[hash2] = int_addr;
571 hash_set_2_[hash2] = 0;
store-buffer.h 139 uintptr_t* hash_set_2_; member in class:v8::internal::StoreBuffer

Completed in 107 milliseconds