Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc195 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler
198 allocation_tracker_->AllocationEvent(addr, size); in AllocationEvent()
Dheap-profiler.h65 void AllocationEvent(Address addr, int size) override;
Dallocation-tracker.h117 void AllocationEvent(Address addr, int size);
Dallocation-tracker.cc201 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker
/third_party/node/deps/v8/src/heap/
Dheap-allocator-inl.h154 tracker->AllocationEvent(object.address(), size_in_bytes); in AllocateRaw()
Dheap.h2736 virtual void AllocationEvent(Address addr, int size) = 0;
Dheap.cc749 void AllocationEvent(Address addr, int size) final { in AllocationEvent() function in v8::internal::Heap::AllocationTrackerForDebugging
/third_party/node/deps/v8/src/debug/
Ddebug.cc58 void AllocationEvent(Address addr, int) override { in AllocationEvent() function in v8::internal::Debug::TemporaryObjectsTracker