Home
last modified time | relevance | path

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

/art/runtime/javaheapprof/
Djavaheapsampler.cc79 bool* take_sample, in GetSampleOffset() argument
89 *take_sample = true; in GetSampleOffset()
105 *take_sample = false; in GetSampleOffset()
Djavaheapsampler.h65 bool* take_sample,
/art/runtime/gc/
Dheap.cc4426 bool take_sample = false; in JHPCheckNonTlabSampleAllocation() local
4436 alloc_size, self->GetTlabPosOffset(), &take_sample, &bytes_until_sample); in JHPCheckNonTlabSampleAllocation()
4438 if (take_sample) { in JHPCheckNonTlabSampleAllocation()
4447 bool* take_sample, in JHPCalculateNextTlabSize() argument
4450 alloc_size, self->GetTlabPosOffset(), take_sample, bytes_until_sample); in JHPCalculateNextTlabSize()
4548 bool take_sample = false; in AllocWithNewTLAB() local
4559 self, kPartialTlabSize, alloc_size, &take_sample, &bytes_until_sample) : in AllocWithNewTLAB()
4579 self, next_tlab_size, alloc_size, &take_sample, &bytes_until_sample); in AllocWithNewTLAB()
4605 self, next_pr_tlab_size, alloc_size, &take_sample, &bytes_until_sample); in AllocWithNewTLAB()
4663 if (take_sample) { in AllocWithNewTLAB()
Dheap.h927 bool* take_sample,