Searched refs:OnAllocationEvent (Results 1 – 4 of 4) sorted by relevance
188 OnAllocationEvent(object, size_in_bytes); in AllocateRaw()216 OnAllocationEvent(object, size_in_bytes); in AllocateRaw()224 void Heap::OnAllocationEvent(HeapObject* object, int size_in_bytes) { in OnAllocationEvent() function
1361 inline void OnAllocationEvent(HeapObject* object, int size_in_bytes);
3446 OnAllocationEvent(result, object_size); in AllocateCode()
783 isolate_->heap()->OnAllocationEvent(obj, size); in ReadObject()