Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc406 void RunPrintAndVerify(const char* phase, bool untyped = false);
683 pipeline_.RunPrintAndVerify("Machine", true); in ExecuteJobImpl()
700 pipeline_.RunPrintAndVerify("Optimized Machine", true); in ExecuteJobImpl()
1469 void PipelineImpl::RunPrintAndVerify(const char* phase, bool untyped) { in RunPrintAndVerify() function in v8::internal::compiler::PipelineImpl
1504 RunPrintAndVerify("Initial untyped", true); in CreateGraph()
1511 RunPrintAndVerify("OSR deconstruction", true); in CreateGraph()
1516 RunPrintAndVerify("Inlined", true); in CreateGraph()
1520 RunPrintAndVerify("Early trimmed", true); in CreateGraph()
1546 RunPrintAndVerify("Typed"); in CreateGraph()
1552 RunPrintAndVerify("Lowered typed"); in CreateGraph()
[all …]