Searched refs:BeginPhase (Results 1 – 2 of 2) sorted by relevance
56 void BeginPhase(const char* name);84 if (pipeline_stats_ != nullptr) pipeline_stats_->BeginPhase(name); in PhaseScope()
90 void PipelineStatistics::BeginPhase(const char* name) { in BeginPhase() function in v8::internal::compiler::PipelineStatistics