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.cc4182 bool take_sample = false; in JHPCheckNonTlabSampleAllocation() local
4194 &take_sample, in JHPCheckNonTlabSampleAllocation()
4197 if (take_sample) { in JHPCheckNonTlabSampleAllocation()
4207 bool* take_sample, in JHPCalculateNextTlabSize() argument
4214 take_sample, in JHPCalculateNextTlabSize()
4312 bool take_sample = false; in AllocWithNewTLAB() local
4323 &take_sample, in AllocWithNewTLAB()
4339 &take_sample, in AllocWithNewTLAB()
4368 &take_sample, in AllocWithNewTLAB()
4420 if (take_sample) { in AllocWithNewTLAB()
Dheap.h881 bool* take_sample,