Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.h132 class AllocationEvent {
135 AllocationEvent() {} in AllocationEvent() function
137 AllocationEvent(double duration, intptr_t allocation_in_bytes);
242 typedef RingBuffer<AllocationEvent, kRingBufferMaxSize> AllocationEventBuffer;
Dgc-tracer.cc22 GCTracer::AllocationEvent::AllocationEvent(double duration, in AllocationEvent() function in v8::internal::GCTracer::AllocationEvent
206 allocation_events_.push_front(AllocationEvent(duration, allocation_in_bytes)); in AddNewSpaceAllocationTime()
Dheap-inl.h227 profiler->AllocationEvent(object->address(), size_in_bytes); in OnAllocationEvent()
/external/v8/src/
Dheap-profiler.cc155 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler
158 allocation_tracker_->AllocationEvent(addr, size); in AllocationEvent()
Dheap-profiler.h50 void AllocationEvent(Address addr, int size);
Dallocation-tracker.h103 void AllocationEvent(Address addr, int size);
Dallocation-tracker.cc224 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker