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