Home
last modified time | relevance | path

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

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