Searched refs:SampleAllocation (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/heap/ |
D | memory-reducer.cc | 31 heap->tracer()->SampleAllocation(time_ms, heap->NewSpaceAllocationCounter(), in RunInternal()
|
D | gc-tracer.h | 335 void SampleAllocation(double current_ms, size_t new_space_counter_bytes,
|
D | gc-tracer.cc | 142 SampleAllocation(start_time, heap_->NewSpaceAllocationCounter(), in Start() 287 void GCTracer::SampleAllocation(double current_ms, in SampleAllocation() function in v8::internal::GCTracer
|
D | heap.cc | 4280 tracer()->SampleAllocation(start_ms, NewSpaceAllocationCounter(), in IdleNotification()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 6160 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 …]
|