Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-reducer.cc32 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
Dgc-tracer.h245 void SampleAllocation(double current_ms, size_t new_space_counter_bytes,
Dgc-tracer.cc158 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(), in Start()
314 void GCTracer::SampleAllocation(double current_ms, in SampleAllocation() function in v8::internal::GCTracer
Dheap.cc4435 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()