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_be/include/cg/
Dlabel_creation.h32 std::string PhaseName() const in PhaseName() function
Doffset_adjust.h34 std::string PhaseName() const in PhaseName() function
Dargs.h31 std::string PhaseName() const in PhaseName() function
Dproepilog.h31 std::string PhaseName() const in PhaseName() function
Dreg_alloc.h73 virtual std::string PhaseName() const in PhaseName() function
Dpeep.h119 std::string PhaseName() const in PhaseName() function
Dcg.h36 #define ADDTARGETPHASE(PhaseName, condition) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h94 #define ADDMAPLEPHASE(PhaseName, condition) AddPhase(PhaseName, condition) argument
95 #define ADDMAPLEMEPHASE(PhaseName, condition) \ argument
99 #define ADDMODULEPHASE(PhaseName, condition) \ argument
Dmaple_phase_support.h91 std::string PhaseName() const in PhaseName() function
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.h188 using PhaseName = std::string_view; variable