Home
last modified time | relevance | path

Searched refs:AllocationEvent (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
Dheap-profiler.cc155 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler
158 allocation_tracker_->AllocationEvent(addr, size); in AllocationEvent()
Dheap-profiler.h50 void AllocationEvent(Address addr, int size);
Dallocation-tracker.h103 void AllocationEvent(Address addr, int size);
Dheap-inl.h204 profiler->AllocationEvent(object->address(), size_in_bytes); in AllocateRaw()
228 profiler->AllocationEvent(object->address(), size_in_bytes); in AllocateRaw()
Dallocation-tracker.cc225 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker
Dserialize.h339 profiler->AllocationEvent(address, size); in Allocate()