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

/external/v8/src/compiler/
H A Dpipeline.cc39 enum PhaseKind { CREATE_GRAPH, OPTIMIZATION, CODEGEN }; enumerator in enum:v8::internal::compiler::PhaseStats::PhaseKind
59 case CREATE_GRAPH:
189 PhaseStats graph_builder_stats(info(), PhaseStats::CREATE_GRAPH, member in class:v8::internal::compiler::PhaseStats
197 PhaseStats phi_reducer_stats(info(), PhaseStats::CREATE_GRAPH, member in class:v8::internal::compiler::PhaseStats
235 PhaseStats typer_stats(info(), PhaseStats::CREATE_GRAPH, "typer"); member in class:v8::internal::compiler::PhaseStats
243 PhaseStats lowering_stats(info(), PhaseStats::CREATE_GRAPH, member in class:v8::internal::compiler::PhaseStats
256 PhaseStats lowering_stats(info(), PhaseStats::CREATE_GRAPH, member in class:v8::internal::compiler::PhaseStats
293 PhaseStats lowering_stats(info(), PhaseStats::CREATE_GRAPH, member in class:v8::internal::compiler::PhaseStats

Completed in 75 milliseconds