Home
last modified time | relevance | path

Searched refs:OnAllocationEvent (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h217 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
Dheap.h1029 inline void OnAllocationEvent(HeapObject* object, int size_in_bytes);
Dheap.cc3329 OnAllocationEvent(result, object_size); in AllocateCode()
/external/v8/src/snapshot/
Dserialize.cc818 isolate_->heap()->OnAllocationEvent(obj, size); in ReadObject()