Home
last modified time | relevance | path

Searched defs:phaseName (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase_support.cpp50 std::string phaseName = pi.PhaseName(); in RunAfterPhase() local
H A Dmaple_phase_manager.cpp162 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase() argument
189 void MaplePhaseManager::SolveSkipFrom(const std::string &phaseName, size_t &i) in SolveSkipFrom() argument
205 void MaplePhaseManager::SolveSkipAfter(const std::string &phaseName, size_t &i) in SolveSkipAfter() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DASTVerifier.h44 void IntroduceNewInvariants(util::StringView phaseName) in IntroduceNewInvariants() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dme_option.h32 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dphase_driver.h63 explicit PhaseDriver(const std::string &phaseName) in PhaseDriver() argument
84 std::string phaseName; member in maple::PhaseDriver
H A Dmaple_phase_support.h102 std::string phaseName; member in maple::MaplePhaseInfo
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcombined_pass_visitor.cpp263 void CombinedPassVisitor::PrintLog(const std::string& phaseName) in PrintLog() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompilerImpl.cpp114 void Verify(const AstToCheck &astToCheck, const PhaseName &phaseName, in Verify() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp337 void MIRModule::OutputFunctionListAsciiMpl(const std::string &phaseName) in OutputFunctionListAsciiMpl() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h64 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h345 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase() argument
360 static bool IsSkipFromPhase(const std::string &phaseName) in IsSkipFromPhase() argument
370 static void SetSkipFrom(const std::string &phaseName) in SetSkipFrom() argument
375 static bool IsSkipAfterPhase(const std::string &phaseName) in IsSkipAfterPhase() argument
385 static void SetSkipAfter(const std::string &phaseName) in SetSkipAfter() argument
[all...]

Completed in 9 milliseconds