Home
last modified time | relevance | path

Searched refs:InPhaseKind (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dpipeline-statistics.cc66 if (InPhaseKind()) EndPhaseKind(); in ~PipelineStatistics()
75 if (InPhaseKind()) EndPhaseKind(); in BeginPhaseKind()
95 DCHECK(InPhaseKind()); in BeginPhase()
101 DCHECK(InPhaseKind()); in EndPhase()
H A Dpipeline-statistics.h61 bool InPhaseKind() { return !!phase_kind_stats_.scope_; } in InPhaseKind() function in v8::internal::compiler::PipelineStatistics

Completed in 1 milliseconds