Searched refs:OnAllocationEvent (Results 1 – 4 of 4) sorted by relevance
217 OnAllocationEvent(object, size_in_bytes); in AllocateRaw()246 OnAllocationEvent(object, size_in_bytes); in AllocateRaw()254 void Heap::OnAllocationEvent(HeapObject* object, int size_in_bytes) { in OnAllocationEvent() function
1029 inline void OnAllocationEvent(HeapObject* object, int size_in_bytes);
3329 OnAllocationEvent(result, object_size); in AllocateCode()
818 isolate_->heap()->OnAllocationEvent(obj, size); in ReadObject()