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.h327 raw_allocations_hash_ = in UpdateAllocationsHash()
328 StringHasher::AddCharacterCore(raw_allocations_hash_, c1); in UpdateAllocationsHash()
329 raw_allocations_hash_ = in UpdateAllocationsHash()
330 StringHasher::AddCharacterCore(raw_allocations_hash_, c2); in UpdateAllocationsHash()
Dheap.h2222 uint32_t raw_allocations_hash_; variable
Dheap.cc106 raw_allocations_hash_(0), in Heap()
5208 uint32_t hash = StringHasher::GetHashCore(raw_allocations_hash_); in PrintAlloctionsHash()