Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap-inl.h294 raw_allocations_hash_ = in UpdateAllocationsHash()
295 StringHasher::AddCharacterCore(raw_allocations_hash_, c1); in UpdateAllocationsHash()
296 raw_allocations_hash_ = in UpdateAllocationsHash()
297 StringHasher::AddCharacterCore(raw_allocations_hash_, c2); in UpdateAllocationsHash()
302 uint32_t hash = StringHasher::GetHashCore(raw_allocations_hash_); in PrintAlloctionsHash()
Dheap.h1473 uint32_t raw_allocations_hash_; variable
Dheap.cc88 raw_allocations_hash_(0), in Heap()