Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp652 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
DETSCompiler.cpp1369 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