Searched refs:prof_heap_sampler (Results 1 – 1 of 1) sorted by relevance
4184 HeapSampler& prof_heap_sampler = GetHeapSampler(); in JHPCheckNonTlabSampleAllocation() local4185 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()