Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h370 UpdateAllocationsHash(object); in OnAllocationEvent()
371 UpdateAllocationsHash(size_in_bytes); in OnAllocationEvent()
404 UpdateAllocationsHash(source); in OnMoveEvent()
405 UpdateAllocationsHash(target); in OnMoveEvent()
406 UpdateAllocationsHash(size_in_bytes); in OnMoveEvent()
415 void Heap::UpdateAllocationsHash(HeapObject* object) { in UpdateAllocationsHash() function
425 UpdateAllocationsHash(value); in UpdateAllocationsHash()
429 void Heap::UpdateAllocationsHash(uint32_t value) { in UpdateAllocationsHash() function
Dheap.h1764 inline void UpdateAllocationsHash(HeapObject* object);
1765 inline void UpdateAllocationsHash(uint32_t value);