Searched refs:AllocationEvent (Results 1 – 8 of 8) sorted by relevance
195 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler198 allocation_tracker_->AllocationEvent(addr, size); in AllocationEvent()
65 void AllocationEvent(Address addr, int size) override;
117 void AllocationEvent(Address addr, int size);
201 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker
154 tracker->AllocationEvent(object.address(), size_in_bytes); in AllocateRaw()
2736 virtual void AllocationEvent(Address addr, int size) = 0;
749 void AllocationEvent(Address addr, int size) final { in AllocationEvent() function in v8::internal::Heap::AllocationTrackerForDebugging
58 void AllocationEvent(Address addr, int) override { in AllocationEvent() function in v8::internal::Debug::TemporaryObjectsTracker