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.h361 raw_allocations_hash_ = in UpdateAllocationsHash()
362 StringHasher::AddCharacterCore(raw_allocations_hash_, c1); in UpdateAllocationsHash()
363 raw_allocations_hash_ = in UpdateAllocationsHash()
364 StringHasher::AddCharacterCore(raw_allocations_hash_, c2); in UpdateAllocationsHash()
Dheap.h2108 uint32_t raw_allocations_hash_ = 0; variable
Dheap.cc5225 uint32_t hash = StringHasher::GetHashCore(raw_allocations_hash_); in PrintAllocationsHash()