/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | iterators.cpp | 90 pg_->BranchIfTrue(node_, noReturn); in Close() 201 pg_->BranchIfTrue(node_, noClose); in JumpIfDone()
|
H A D | condition.cpp | 64 pg->BranchIfTrue(binExpr, endLabel); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | dynamicContext.cpp | 156 pg_->BranchIfTrue(node, labelSet.CatchEnd()); in ~DestructuringIteratorContext() 166 pg_->BranchIfTrue(node, end); in ~DestructuringIteratorContext()
|
H A D | pandagen.cpp | 1151 void PandaGen::BranchIfTrue(const ir::AstNode *node, Label *target) in BranchIfTrue() function in panda::es2panda::compiler::PandaGen 1444 BranchIfTrue(node, falseLabel); in Negate() 2261 BranchIfTrue(node, trueLabel); in ThrowTypeErrorIfFalse()
|
H A D | pandagen.h | 332 void BranchIfTrue(const ir::AstNode *node, class Label *target);
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | condition.cpp | 66 pg->BranchIfTrue(binExpr, endLabel); in CompileBinaryExpr() 142 etsg->BranchIfTrue(binExpr, returnLeftLabel); in CompileLogicalOrExpr() 297 etsg->BranchIfTrue(expr, falseLabel); in Compile()
|
H A D | destructuring.cpp | 133 pg->BranchIfTrue(array, labelSet.CatchEnd()); in GenArray() 143 pg->BranchIfTrue(array, end); in GenArray()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
H A D | forOfStatement.cpp | 82 pg->BranchIfTrue(this, labelTarget.BreakTarget()); in Compile()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | binaryExpression.cpp | 61 pg->BranchIfTrue(this, skipRight); in CompileLogical()
|
H A D | assignmentExpression.cpp | 128 pg->BranchIfTrue(left_, skipRight); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | functionBuilder.cpp | 247 pg_->BranchIfTrue(node, iteratorComplete); in YieldStar()
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 280 pg_->BranchIfTrue(node, iteratorComplete); in YieldStar()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 774 BranchIfTrue(node, ifTrue); in TestIsInstanceConstant() 797 BranchIfTrue(node, ifTrue); in TestIsInstanceConstituent() 803 BranchIfTrue(node, ifTrue); in TestIsInstanceConstituent() 808 BranchIfTrue(node, ifFalse); in TestIsInstanceConstituent() 815 BranchIfTrue(node, ifTrue); in TestIsInstanceConstituent() 927 BranchIfTrue(node, isNullish); in CheckedReferenceNarrowingObject()
|
H A D | pandagen.cpp | 838 BranchIfTrue(node, target); in BranchIfUndefined() 847 void PandaGen::BranchIfTrue(const ir::AstNode *node, Label *target) in BranchIfTrue() function in ark::es2panda::compiler::PandaGen 866 BranchIfTrue(node, target); in BranchIfCoercible()
|
H A D | pandagen.h | 118 void BranchIfTrue(const ir::AstNode *node, class Label *target);
|
H A D | ETSGen.h | 192 BranchIfTrue(node, isString); in ResolveConditionalResultReference() 254 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue() function in ark::es2panda::compiler::final
|
H A D | JSCompiler.cpp | 501 pg->BranchIfTrue(expr, skipRight); in CompileLogical() 1398 pg->BranchIfTrue(st, labelTarget.BreakTarget()); in Compile()
|
H A D | ETSCompiler.cpp | 260 etsg->BranchIfTrue(st, labels.back()); in HandleUnionTypeInForOf() 520 etsg->BranchIfTrue(expr, returnLeftLabel); in CompileLogical()
|