Searched refs:GetHeapSampler (Results 1 – 3 of 3) sorted by relevance
791 GetHeapSampler().DisableHeapSampler(); in Heap()4178 return GetHeapSampler().IsEnabled(); in CheckPerfettoJHPEnabled()4184 HeapSampler& prof_heap_sampler = GetHeapSampler(); in JHPCheckNonTlabSampleAllocation()4212 GetHeapSampler().GetSampleOffset(alloc_size, in JHPCalculateNextTlabSize()4222 GetHeapSampler().AdjustSampleOffset(adjustment); in AdjustSampleOffset()4421 GetHeapSampler().ReportSample(ret, alloc_size); in AllocWithNewTLAB()4423 GetHeapSampler().SetBytesUntilSample(bytes_until_sample); in AllocWithNewTLAB()
863 HeapSampler& GetHeapSampler() { in GetHeapSampler() function
4284 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()