Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.cc791 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()
H A Dheap.h863 HeapSampler& GetHeapSampler() { in GetHeapSampler() function
/aosp12/art/runtime/
H A Dthread.cc4284 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()