HomeSort by relevance Sort by last modified time
    Searched full:allocationevent (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/src/
heap-profiler.cc 175 void HeapProfiler::AllocationEvent(Address addr, int size) {
178 allocation_tracker_->AllocationEvent(addr, size);
allocation-tracker.h 99 void AllocationEvent(Address addr, int size);
heap-profiler.h 71 void AllocationEvent(Address addr, int size);
allocation-tracker.cc 172 void AllocationTracker::AllocationEvent(Address addr, int size) {
heap-inl.h 239 profiler->AllocationEvent(object->address(), size_in_bytes);
263 profiler->AllocationEvent(object->address(), size_in_bytes);
serialize.h 367 profiler->AllocationEvent(address, size);

Completed in 1074 milliseconds