Lines Matching defs:phase
591 // Used to skip the "wasm-inlining" phase when there are no JS-to-Wasm calls.
708 void RunPrintAndVerify(const char* phase, bool untyped = false);
809 // LocalIsolateScope encapsulates the phase where persistent handles are
1127 // duration of the job phase and unset immediately afterwards. Each job
1285 Phase phase;
1286 phase.Run(this->data_, scope.zone(), std::forward<Args>(args)...);
1390 // Skip the "wasm-inlining" phase if there are no Wasm functions calls.
1810 // Also, the following store-store elimination phase greatly benefits from
2431 void Run(PipelineData* data, Zone* temp_zone, const char* phase) {
2440 json_of << "{\"name\":\"" << phase << "\",\"type\":\"graph\",\"data\":"
2458 << "-- Graph after " << phase << " -- " << std::endl
2465 << "-- Graph after " << phase << " -- " << std::endl
2620 void PipelineImpl::RunPrintAndVerify(const char* phase, bool untyped) {
2622 Run<PrintGraphPhase>(phase);