Home
last modified time | relevance | path

Searched refs:raw_allocations_hash_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h281 raw_allocations_hash_ = in UpdateAllocationsHash()
282 StringHasher::AddCharacterCore(raw_allocations_hash_, c1); in UpdateAllocationsHash()
283 raw_allocations_hash_ = in UpdateAllocationsHash()
284 StringHasher::AddCharacterCore(raw_allocations_hash_, c2); in UpdateAllocationsHash()
Dheap.h2065 uint32_t raw_allocations_hash_; variable
Dheap.cc176 raw_allocations_hash_(0), in Heap()
4837 uint32_t hash = StringHasher::GetHashCore(raw_allocations_hash_); in PrintAllocationsHash()