Searched defs:AllocationEvent (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/profiler/ | ||
D | heap-profiler.cc | 195 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler |
D | allocation-tracker.cc | 201 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker |
/third_party/node/deps/v8/src/debug/ | ||
D | debug.cc | 58 void AllocationEvent(Address addr, int) override { in AllocationEvent() function in v8::internal::Debug::TemporaryObjectsTracker |
/third_party/node/deps/v8/src/heap/ | ||
D | heap.cc | 749 void AllocationEvent(Address addr, int size) final { in AllocationEvent() function in v8::internal::Heap::AllocationTrackerForDebugging |