Home
last modified time | relevance | path

Searched refs:SampleAllocation (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dmemory-reducer.cc40 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
Dgc-tracer.h219 void SampleAllocation(double current_ms, size_t new_space_counter_bytes,
Dgc-tracer.cc221 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(), in Start()
368 void GCTracer::SampleAllocation(double current_ms, in SampleAllocation() function in v8::internal::GCTracer
Dheap.cc3509 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()