Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h325 UpdateAllocationsHash(object); in OnAllocationEvent()
326 UpdateAllocationsHash(size_in_bytes); in OnAllocationEvent()
345 void Heap::UpdateAllocationsHash(HeapObject object) { in UpdateAllocationsHash() function
355 UpdateAllocationsHash(value); in UpdateAllocationsHash()
358 void Heap::UpdateAllocationsHash(uint32_t value) { in UpdateAllocationsHash() function
Dheap.h1750 inline void UpdateAllocationsHash(HeapObject object);
1751 inline void UpdateAllocationsHash(uint32_t value);
Dheap.cc3011 UpdateAllocationsHash(source); in OnMoveEvent()
3012 UpdateAllocationsHash(target); in OnMoveEvent()
3013 UpdateAllocationsHash(size_in_bytes); in OnMoveEvent()