Searched refs:BranchIfFalse (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | condition.cpp | 54 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()
|
D | iterators.cpp | 164 pg_->BranchIfFalse(node_, normalClose); in Step()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | binaryExpression.cpp | 57 pg->BranchIfFalse(this, skipRight); in CompileLogical()
|
D | assignmentExpression.cpp | 126 pg->BranchIfFalse(left_, skipRight); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | functionBuilder.cpp | 322 pg_->BranchIfFalse(node, normalOrThrowCompletion); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 351 void BranchIfFalse(const ir::AstNode *node, class Label *target);
|
D | pandagen.cpp | 1093 BranchIfFalse(node, target); in BranchIfNotTrue() 1096 void PandaGen::BranchIfFalse(const ir::AstNode *node, Label *target) in BranchIfFalse() function in panda::es2panda::compiler::PandaGen
|