Home
last modified time | relevance | path

Searched defs:AllocationEvent (Results 1 – 4 of 4) 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
Dallocation-tracker.cc201 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker
/third_party/node/deps/v8/src/debug/
Ddebug.cc58 void AllocationEvent(Address addr, int) override { in AllocationEvent() function in v8::internal::Debug::TemporaryObjectsTracker
/third_party/node/deps/v8/src/heap/
Dheap.cc749 void AllocationEvent(Address addr, int size) final { in AllocationEvent() function in v8::internal::Heap::AllocationTrackerForDebugging