Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dpipeline.cc37 class PhaseStats { class
41 PhaseStats(CompilationInfo* info, PhaseKind kind, const char* name) in PhaseStats() function in v8::internal::compiler::PhaseStats
51 ~PhaseStats() { in ~PhaseStats()
189 PhaseStats graph_builder_stats(info(), PhaseStats::CREATE_GRAPH, in GenerateCode()
197 PhaseStats phi_reducer_stats(info(), PhaseStats::CREATE_GRAPH, in GenerateCode()
235 PhaseStats typer_stats(info(), PhaseStats::CREATE_GRAPH, "typer"); in GenerateCode()
243 PhaseStats lowering_stats(info(), PhaseStats::CREATE_GRAPH, in GenerateCode()
256 PhaseStats lowering_stats(info(), PhaseStats::CREATE_GRAPH, in GenerateCode()
267 PhaseStats lowering_stats(info(), PhaseStats::OPTIMIZATION, in GenerateCode()
293 PhaseStats lowering_stats(info(), PhaseStats::CREATE_GRAPH, in GenerateCode()
[all …]