Searched refs:InPhase (Results 1 – 2 of 2) sorted by relevance
74 DCHECK(!InPhase()); in BeginPhaseKind()82 DCHECK(!InPhase()); in EndPhaseKind()
54 bool InPhase() { return !!phase_stats_.scope_; } in InPhase() function