Searched refs:GetCollectingStats (Results 1 – 6 of 6) sorted by relevance
20 self.assertFalse(target.GetCollectingStats())22 self.assertTrue(target.GetCollectingStats())24 self.assertFalse(target.GetCollectingStats())
30 if (DebuggerStats::GetCollectingStats()) { in DoExecute()52 if (!DebuggerStats::GetCollectingStats()) { in DoExecute()
155 static bool GetCollectingStats() { return g_collecting_stats; } in GetCollectingStats() function
80 bool GetCollectingStats();
965 bool GetCollectingStats();
223 bool SBTarget::GetCollectingStats() { in GetCollectingStats() function in SBTarget229 return DebuggerStats::GetCollectingStats(); in GetCollectingStats()