Home
last modified time | relevance | path

Searched refs:BranchIfTrue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp155 pg_->BranchIfTrue(node, labelSet.CatchEnd()); in ~DestructuringIteratorContext()
165 pg_->BranchIfTrue(node, end); in ~DestructuringIteratorContext()
Dpandagen.h349 void BranchIfTrue(const ir::AstNode *node, class Label *target);
Dpandagen.cpp1084 void PandaGen::BranchIfTrue(const ir::AstNode *node, Label *target) in BranchIfTrue() function in panda::es2panda::compiler::PandaGen
1359 BranchIfTrue(node, falseLabel); in Negate()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp64 pg->BranchIfTrue(binExpr, endLabel); in Compile()
Diterators.cpp90 pg_->BranchIfTrue(node_, noReturn); in Close()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforOfStatement.cpp82 pg->BranchIfTrue(this, labelTarget.BreakTarget()); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp59 pg->BranchIfTrue(this, skipRight); in CompileLogical()
DassignmentExpression.cpp128 pg->BranchIfTrue(left_, skipRight); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp278 pg_->BranchIfTrue(node, iteratorComplete); in YieldStar()