Home
last modified time | relevance | path

Searched defs:phaseName (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_driver.h63 explicit PhaseDriver(const std::string &phaseName) in PhaseDriver()
84 std::string phaseName; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp161 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()
188 void MaplePhaseManager::SolveSkipFrom(const std::string &phaseName, size_t &i) in SolveSkipFrom()
204 void MaplePhaseManager::SolveSkipAfter(const std::string &phaseName, size_t &i) in SolveSkipAfter()
Dmaple_phase_support.cpp50 std::string phaseName = pi.PhaseName(); in RunAfterPhase() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_option.h32 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h355 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
370 static bool IsSkipFromPhase(const std::string &phaseName) in IsSkipFromPhase()
380 static void SetSkipFrom(const std::string &phaseName) in SetSkipFrom()
385 static bool IsSkipAfterPhase(const std::string &phaseName) in IsSkipAfterPhase()
395 static void SetSkipAfter(const std::string &phaseName) in SetSkipAfter()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp83 void ASTVerifier::Verify(std::string_view phaseName) noexcept in Verify()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcombined_pass_visitor.cpp265 void CombinedPassVisitor::PrintLog(const std::string& phaseName) in PrintLog()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp333 void MIRModule::OutputFunctionListAsciiMpl(const std::string &phaseName) in OutputFunctionListAsciiMpl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h64 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp151 static bool DoIsolatedDeclgenCheck(const util::Options &options, const std::string &phaseName, in DoIsolatedDeclgenCheck()