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.h432 raw_allocations_hash_ = in UpdateAllocationsHash()
433 StringHasher::AddCharacterCore(raw_allocations_hash_, c1); in UpdateAllocationsHash()
434 raw_allocations_hash_ = in UpdateAllocationsHash()
435 StringHasher::AddCharacterCore(raw_allocations_hash_, c2); in UpdateAllocationsHash()
Dheap.h2209 uint32_t raw_allocations_hash_; variable
Dheap.cc112 raw_allocations_hash_(0), in Heap()
5618 uint32_t hash = StringHasher::GetHashCore(raw_allocations_hash_); in PrintAlloctionsHash()