Home
last modified time | relevance | path

Searched refs:InPhase (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dpipeline-statistics.cc75 DCHECK(!InPhase()); in BeginPhaseKind()
83 DCHECK(!InPhase()); in EndPhaseKind()
Dpipeline-statistics.h55 bool InPhase() { return !!phase_stats_.scope_; } in InPhase() function