Searched refs:take_sample (Results 1 – 4 of 4) sorted by relevance
/art/runtime/javaheapprof/ |
D | javaheapsampler.cc | 79 bool* take_sample, in GetSampleOffset() argument 89 *take_sample = true; in GetSampleOffset() 105 *take_sample = false; in GetSampleOffset()
|
D | javaheapsampler.h | 65 bool* take_sample,
|
/art/runtime/gc/ |
D | heap.cc | 4426 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()
|
D | heap.h | 927 bool* take_sample,
|