Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-reducer.cc31 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
Dgc-tracer.h335 void SampleAllocation(double current_ms, size_t new_space_counter_bytes,
Dgc-tracer.cc142 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(), in Start()
287 void GCTracer::SampleAllocation(double current_ms, in SampleAllocation() function in v8::internal::GCTracer
Dheap.cc4280 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()
/external/v8/test/cctest/heap/
Dtest-heap.cc6160 tracer->SampleAllocation(time1, counter1, 0); in TEST()
6163 tracer->SampleAllocation(time2, counter2, 0); in TEST()
6169 tracer->SampleAllocation(time3, counter3, 0); in TEST()
6183 tracer->SampleAllocation(time1, counter1, 0); in TEST()
6186 tracer->SampleAllocation(time2, counter2, 0); in TEST()
6192 tracer->SampleAllocation(time3, counter3, 0); in TEST()
6296 tracer->SampleAllocation(time1, 0, counter1); in TEST()
6299 tracer->SampleAllocation(time2, 0, counter2); in TEST()
6305 tracer->SampleAllocation(time3, 0, counter3); in TEST()
6320 tracer->SampleAllocation(time1, counter1, counter1); in TEST()
[all …]