Home
last modified time | relevance | path

Searched refs:GetPhaseList (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dphase.h44 std::vector<Phase *> GetPhaseList(ScriptExtension ext);
H A Dphase.cpp176 std::vector<Phase *> GetPhaseList(ScriptExtension ext) in GetPhaseList() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompilerImpl.cpp340 compiler::JSFunctionEmitter, compiler::JSEmitter>(unit, compiler::GetPhaseList, this); in Compile()
345 compiler::JSFunctionEmitter, compiler::JSEmitter>(unit, compiler::GetPhaseList, this); in Compile()
350 compiler::ETSFunctionEmitter, compiler::ETSEmitter>(unit, compiler::GetPhaseList, in Compile()
356 compiler::JSFunctionEmitter, compiler::JSEmitter>(unit, compiler::GetPhaseList, this); in Compile()
373 for (auto phase : compiler::GetPhaseList(ext)) { in GetPhasesList()
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp264 res->phases = compiler::GetPhaseList(ScriptExtension::ETS); in CreateContext()
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp115 auto getPhases = compiler::GetPhaseList(ScriptExtension::ETS); in InitializeChecker()

Completed in 4 milliseconds