Searched refs:BranchIfTrue (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | dynamicContext.cpp | 155 pg_->BranchIfTrue(node, labelSet.CatchEnd()); in ~DestructuringIteratorContext() 165 pg_->BranchIfTrue(node, end); in ~DestructuringIteratorContext()
|
D | pandagen.h | 349 void BranchIfTrue(const ir::AstNode *node, class Label *target);
|
D | pandagen.cpp | 1084 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/ |
D | condition.cpp | 64 pg->BranchIfTrue(binExpr, endLabel); in Compile()
|
D | iterators.cpp | 90 pg_->BranchIfTrue(node_, noReturn); in Close()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | forOfStatement.cpp | 82 pg->BranchIfTrue(this, labelTarget.BreakTarget()); in Compile()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | binaryExpression.cpp | 59 pg->BranchIfTrue(this, skipRight); in CompileLogical()
|
D | assignmentExpression.cpp | 128 pg->BranchIfTrue(left_, skipRight); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | functionBuilder.cpp | 278 pg_->BranchIfTrue(node, iteratorComplete); in YieldStar()
|