hash_ 10598 src/objects.cc if (hash_ != HashForObject(string)) {
hash_ 10604 src/objects.cc uint32_t Hash() { return hash_; }
hash_ 10611 src/objects.cc uint32_t hash_;
hash_ 11747 src/objects.cc hash_ = hash;
hash_ 11758 src/objects.cc uint32_t Hash() { return hash_; }
hash_ 11774 src/objects.cc uint32_t hash_;
hash_ 2909 src/profile-generator.cc hash_(reinterpret_cast<intptr_t>(label)),
hash_ 2920 src/profile-generator.cc return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
hash_ 2922 src/profile-generator.cc virtual intptr_t GetHash() { return hash_; }
hash_ 2927 src/profile-generator.cc intptr_t hash_;
hash_ 50 test/cctest/test-hashmap.cc HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x), true);
hash_ 58 test/cctest/test-hashmap.cc map_.Remove(reinterpret_cast<void*>(x), hash_(x));
hash_ 63 test/cctest/test-hashmap.cc map_.Lookup(reinterpret_cast<void*>(x), hash_(x), false);
hash_ 84 test/cctest/test-hashmap.cc IntKeyHash hash_;
hash_ 971 test/cctest/test-heap-profiler.cc hash_(hash),
hash_ 986 test/cctest/test-heap-profiler.cc virtual intptr_t GetHash() { return hash_; }
hash_ 1019 test/cctest/test-heap-profiler.cc int hash_;