Searched refs:GetCollectingStats (Results 1 – 4 of 4) sorted by relevance
32 if (target->GetCollectingStats()) { in DoExecute()57 if (!target->GetCollectingStats()) { in DoExecute()
1324 bool GetCollectingStats() { return m_collecting_stats; } in GetCollectingStats() function1327 if (!GetCollectingStats()) in IncrementStats()
91 bool GetCollectingStats();
212 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget216 return target_sp->GetCollectingStats(); in GetCollectingStats()