Searched refs:GetPhaseList (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
H A D | phase.h | 44 std::vector<Phase *> GetPhaseList(ScriptExtension ext);
|
H A D | phase.cpp | 176 std::vector<Phase *> GetPhaseList(ScriptExtension ext) in GetPhaseList() function
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | compilerImpl.cpp | 340 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 D | es2panda_lib.cpp | 264 res->phases = compiler::GetPhaseList(ScriptExtension::ETS); in CreateContext()
|
/arkcompiler/ets_frontend/ets2panda/test/unit/ |
H A D | union_normalization_test.cpp | 115 auto getPhases = compiler::GetPhaseList(ScriptExtension::ETS); in InitializeChecker()
|
Completed in 4 milliseconds