Home
last modified time | relevance | path

Searched defs:AllocationEvent (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dheap-profiler.cc188 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler
Dallocation-tracker.cc208 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker
/external/v8/src/debug/
Ddebug.cc47 void AllocationEvent(Address addr, int) override { objects_.insert(addr); } in AllocationEvent() function in v8::internal::Debug::TemporaryObjectsTracker