Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc521 void RunPrintAndVerify(const char* phase, bool untyped = false);
1038 pipeline_.RunPrintAndVerify("Machine", true); in ExecuteJobImpl()
1066 pipeline_.RunPrintAndVerify("wasm optimization", true); in ExecuteJobImpl()
1968 void PipelineImpl::RunPrintAndVerify(const char* phase, bool untyped) { in RunPrintAndVerify() function in v8::internal::compiler::PipelineImpl
2002 RunPrintAndVerify(GraphBuilderPhase::phase_name(), true); in CreateGraph()
2006 RunPrintAndVerify(InliningPhase::phase_name(), true); in CreateGraph()
2010 RunPrintAndVerify(EarlyGraphTrimmingPhase::phase_name(), true); in CreateGraph()
2031 RunPrintAndVerify(TyperPhase::phase_name()); in CreateGraph()
2044 RunPrintAndVerify(TypedLoweringPhase::phase_name()); in CreateGraph()
2059 RunPrintAndVerify(LoopPeelingPhase::phase_name(), true); in OptimizeGraph()
[all …]