Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h233 UpdateAllocationsHash(object); in OnAllocationEvent()
234 UpdateAllocationsHash(size_in_bytes); in OnAllocationEvent()
264 UpdateAllocationsHash(source); in OnMoveEvent()
265 UpdateAllocationsHash(target); in OnMoveEvent()
266 UpdateAllocationsHash(size_in_bytes); in OnMoveEvent()
277 void Heap::UpdateAllocationsHash(HeapObject* object) { in UpdateAllocationsHash() function
287 UpdateAllocationsHash(value); in UpdateAllocationsHash()
291 void Heap::UpdateAllocationsHash(uint32_t value) { in UpdateAllocationsHash() function
Dheap.h1946 inline void UpdateAllocationsHash(HeapObject* object);
1947 inline void UpdateAllocationsHash(uint32_t value);