Searched refs:AllocationEvent (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/heap/
H A Dgc-tracer.h154 class AllocationEvent { class in class:v8::internal::GCTracer
157 AllocationEvent() {} function in class:v8::internal::GCTracer::AllocationEvent
159 AllocationEvent(double duration, size_t allocation_in_bytes);
314 typedef RingBuffer<AllocationEvent, kRingBufferMaxSize> AllocationEventBuffer;
H A Dgc-tracer.cc37 GCTracer::AllocationEvent::AllocationEvent(double duration,
316 new_space_allocation_events_.push_front(AllocationEvent(
319 AllocationEvent(allocation_duration_since_gc_,
H A Dheap-inl.h257 profiler->AllocationEvent(object->address(), size_in_bytes);
/external/v8/src/profiler/
H A Dheap-profiler.h50 void AllocationEvent(Address addr, int size);
H A Dallocation-tracker.h112 void AllocationEvent(Address addr, int size);
H A Dheap-profiler.cc153 void HeapProfiler::AllocationEvent(Address addr, int size) { function in class:v8::internal::HeapProfiler
156 allocation_tracker_->AllocationEvent(addr, size);
H A Dallocation-tracker.cc223 void AllocationTracker::AllocationEvent(Address addr, int size) { function in class:v8::internal::AllocationTracker

Completed in 122 milliseconds