Home
last modified time | relevance | path

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

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