Searched defs:UpdateObjectSizeEvent (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/profiler/ | ||
D | heap-profiler.cc | 203 void HeapProfiler::UpdateObjectSizeEvent(Address addr, int size) { in UpdateObjectSizeEvent() function in v8::internal::HeapProfiler |
/third_party/node/deps/v8/src/heap/ | ||
D | heap.h | 2738 virtual void UpdateObjectSizeEvent(Address addr, int size) {} in UpdateObjectSizeEvent() function |
D | heap.cc | 789 void UpdateObjectSizeEvent(Address, int) final {} in UpdateObjectSizeEvent() function in v8::internal::Heap::AllocationTrackerForDebugging |