Searched defs:CompileImpl (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 652 static void CompileImpl(const ir::ConditionalExpression *self, CodeGen *cg) in CompileImpl() function 1279 static void CompileImpl(const ir::BreakStatement *self, [[maybe_unused]] CodeGen *cg) in CompileImpl() function 1298 static void CompileImpl(const ir::ContinueStatement *self, PandaGen *cg) in CompileImpl() function 1312 static void CompileImpl(const ir::DoWhileStatement *self, PandaGen *cg) in CompileImpl() function 1478 void CompileImpl(const ir::LabelledStatement *self, PandaGen *cg) in CompileImpl() function 1516 static void CompileImpl(const ir::SwitchStatement *self, PandaGen *cg) in CompileImpl() function 1703 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl() function
|
| D | ETSCompiler.cpp | 1369 static void CompileImpl(const ir::BreakStatement *self, [[maybe_unused]] CodeGen *cg) in CompileImpl() function 1386 static void CompileImpl(const ir::ContinueStatement *self, ETSGen *etsg) in CompileImpl() function 1401 void CompileImpl(const ir::DoWhileStatement *self, ETSGen *etsg) in CompileImpl() function 1556 void CompileImpl(const ir::LabelledStatement *self, ETSGen *cg) in CompileImpl() function 1617 static void CompileImpl(const ir::SwitchStatement *self, ETSGen *etsg) in CompileImpl() function 1726 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl() function
|