Searched defs:AllocationEvent (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/profiler/ | ||
D | heap-profiler.cc | 153 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler |
D | allocation-tracker.cc | 223 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker |
/external/v8/src/heap/ | ||
D | gc-tracer.cc | 37 GCTracer::AllocationEvent::AllocationEvent(double duration, in AllocationEvent() function in v8::internal::GCTracer::AllocationEvent |
D | gc-tracer.h | 157 AllocationEvent() {} in AllocationEvent() function |