Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.h64 bool InPhase() { return !!phase_stats_.scope_; } in InPhase()
83 CommonStats phase_stats_; variable
Dpipeline-statistics.cc97 phase_stats_.Begin(this); in BeginPhase()
103 phase_stats_.End(this, &diff); in EndPhase()