Searched refs:AllocationEvent (Results 1 – 6 of 6) sorted by relevance
155 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler158 allocation_tracker_->AllocationEvent(addr, size); in AllocationEvent()
50 void AllocationEvent(Address addr, int size);
103 void AllocationEvent(Address addr, int size);
204 profiler->AllocationEvent(object->address(), size_in_bytes); in AllocateRaw()228 profiler->AllocationEvent(object->address(), size_in_bytes); in AllocateRaw()
225 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker
339 profiler->AllocationEvent(address, size); in Allocate()