Home
last modified time | relevance | path

Searched refs:PhaseDriverImpl (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dphase_driver.h23 class PhaseDriverImpl : public MplTaskParam { class
25 PhaseDriverImpl() = default;
26 virtual ~PhaseDriverImpl() = default;
49 static_cast<PhaseDriverImpl *>(param)->ProcessRun(taskId, target, paramException);
56 static_cast<PhaseDriverImpl *>(param)->ProcessFinish(taskId, target, paramException);
67 virtual PhaseDriverImpl *NewPhase() = 0;
82 PhaseDriverImpl *phaseImpl;
83 thread_local static PhaseDriverImpl *phaseImplLocal;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dphase_driver.cpp20 thread_local PhaseDriverImpl *PhaseDriver::phaseImplLocal = nullptr;

Completed in 1 milliseconds