Home
last modified time | relevance | path

Searched refs:BranchIfFalse (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp54 pg->BranchIfFalse(binExpr, falseLabel); in Compile()
57 pg->BranchIfFalse(binExpr, falseLabel); in Compile()
67 pg->BranchIfFalse(binExpr, falseLabel); in Compile()
80 pg->BranchIfFalse(expr, falseLabel); in Compile()
86 pg->BranchIfFalse(expr, falseLabel); in Compile()
Diterators.cpp164 pg_->BranchIfFalse(node_, normalClose); in Step()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp57 pg->BranchIfFalse(this, skipRight); in CompileLogical()
DassignmentExpression.cpp126 pg->BranchIfFalse(left_, skipRight); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp322 pg_->BranchIfFalse(node, normalOrThrowCompletion); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h351 void BranchIfFalse(const ir::AstNode *node, class Label *target);
Dpandagen.cpp1093 BranchIfFalse(node, target); in BranchIfNotTrue()
1096 void PandaGen::BranchIfFalse(const ir::AstNode *node, Label *target) in BranchIfFalse() function in panda::es2panda::compiler::PandaGen