Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4184 HeapSampler& prof_heap_sampler = GetHeapSampler(); in JHPCheckNonTlabSampleAllocation() local
4185 if (obj != nullptr && prof_heap_sampler.IsEnabled()) { in JHPCheckNonTlabSampleAllocation()
4192 prof_heap_sampler.GetSampleOffset(alloc_size, in JHPCheckNonTlabSampleAllocation()
4196 prof_heap_sampler.SetBytesUntilSample(bytes_until_sample); in JHPCheckNonTlabSampleAllocation()
4198 prof_heap_sampler.ReportSample(obj, alloc_size); in JHPCheckNonTlabSampleAllocation()