Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h294 if (GetHeapSampler().IsEnabled()) { in AllocLargeObject()
Dheap.cc857 GetHeapSampler().DisableHeapSampler(); in Heap()
4273 if (GetHeapSampler().IsEnabled()) { in RegisterNativeAllocation()
4428 HeapSampler& prof_heap_sampler = GetHeapSampler(); in JHPCheckNonTlabSampleAllocation()
4449 size_t next_sample_point = GetHeapSampler().GetSampleOffset( in JHPCalculateNextTlabSize()
4455 GetHeapSampler().AdjustSampleOffset(adjustment); in AdjustSampleOffset()
4550 bool jhp_enabled = GetHeapSampler().IsEnabled(); in AllocWithNewTLAB()
4664 GetHeapSampler().ReportSample(ret, alloc_size); in AllocWithNewTLAB()
4666 GetHeapSampler().SetBytesUntilSample(bytes_until_sample); in AllocWithNewTLAB()
Dheap.h283 if (GetHeapSampler().IsEnabled()) { in AllocNonMovableObject()
912 HeapSampler& GetHeapSampler() { in GetHeapSampler() function
/art/runtime/
Dthread.cc4628 if (heap->GetHeapSampler().IsEnabled()) { in ResetTlab()