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.cc4345 bool take_sample = false; in JHPCheckNonTlabSampleAllocation() local
4357 &take_sample, in JHPCheckNonTlabSampleAllocation()
4360 if (take_sample) { in JHPCheckNonTlabSampleAllocation()
4370 bool* take_sample, in JHPCalculateNextTlabSize() argument
4377 take_sample, in JHPCalculateNextTlabSize()
4478 bool take_sample = false; in AllocWithNewTLAB() local
4489 &take_sample, in AllocWithNewTLAB()
4510 &take_sample, in AllocWithNewTLAB()
4539 &take_sample, in AllocWithNewTLAB()
4591 if (take_sample) { in AllocWithNewTLAB()
Dheap.h913 bool* take_sample,