Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-profiler.cc155 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler
Dallocation-tracker.cc224 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker
/external/v8/src/heap/
Dgc-tracer.cc22 GCTracer::AllocationEvent::AllocationEvent(double duration, in AllocationEvent() function in v8::internal::GCTracer::AllocationEvent
Dgc-tracer.h135 AllocationEvent() {} in AllocationEvent() function