Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap-inl.h188 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
Dheap.h1361 inline void OnAllocationEvent(HeapObject* object, int size_in_bytes);
Dheap.cc3446 OnAllocationEvent(result, object_size); in AllocateCode()
/external/chromium_org/v8/src/
Dserialize.cc783 isolate_->heap()->OnAllocationEvent(obj, size); in ReadObject()