Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc405 bool ScheduleAndSelectInstructions(Linkage* linkage, bool trim_graph);
703 if (!pipeline_.ScheduleAndSelectInstructions(&linkage_, true)) return FAILED; in ExecuteJobImpl()
1654 return ScheduleAndSelectInstructions(linkage, true); in OptimizeGraph()
1789 bool PipelineImpl::ScheduleAndSelectInstructions(Linkage* linkage, in ScheduleAndSelectInstructions() function in v8::internal::compiler::PipelineImpl
1937 if (!ScheduleAndSelectInstructions(&linkage, false)) return Handle<Code>(); in ScheduleAndGenerateCode()