Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_driver.cpp36 RunParallel(thread, bSeq); in RunAll()
72 void PhaseDriver::RunParallel(int thread, bool bSeq) in RunParallel() function in maple::PhaseDriver
Dphase_impl.cpp112 RunParallel(threadNum, isSeq); in Run()
150 void FuncOptimizeIterator::RunParallel(uint32 threadNum, bool isSeq) in RunParallel() function in maple::FuncOptimizeIterator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_driver.h68 virtual void RunParallel(int thread, bool bSeq = false);
Dphase_impl.h110 void RunParallel(uint32 threadNum, bool isSeq = false);