Home
last modified time | relevance | path

Searched defs:CompileImpl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp667 static void CompileImpl(const ir::ConditionalExpression *self, CodeGen *cg) in CompileImpl() function
1294 static void CompileImpl(const ir::BreakStatement *self, [[maybe_unused]] CodeGen *cg) in CompileImpl() function
1313 static void CompileImpl(const ir::ContinueStatement *self, PandaGen *cg) in CompileImpl() function
1327 static void CompileImpl(const ir::DoWhileStatement *self, PandaGen *cg) in CompileImpl() function
1495 void CompileImpl(const ir::LabelledStatement *self, PandaGen *cg) in CompileImpl() function
1533 static void CompileImpl(const ir::SwitchStatement *self, PandaGen *cg) in CompileImpl() function
1720 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl() function
DETSCompiler.cpp1373 static void CompileImpl(const ir::BreakStatement *self, [[maybe_unused]] CodeGen *cg) in CompileImpl() function
1392 static void CompileImpl(const ir::ContinueStatement *self, ETSGen *etsg) in CompileImpl() function
1407 void CompileImpl(const ir::DoWhileStatement *self, ETSGen *etsg) in CompileImpl() function
1562 void CompileImpl(const ir::LabelledStatement *self, ETSGen *cg) in CompileImpl() function
1622 static void CompileImpl(const ir::SwitchStatement *self, ETSGen *etsg) in CompileImpl() function
1731 void CompileImpl(const ir::WhileStatement *whileStmt, [[maybe_unused]] CodeGen *cg) in CompileImpl() function