Home
last modified time | relevance | path

Searched refs:BranchIfTrue (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.cpp90 pg_->BranchIfTrue(node_, noReturn); in Close()
201 pg_->BranchIfTrue(node_, noClose); in JumpIfDone()
H A Dcondition.cpp64 pg->BranchIfTrue(binExpr, endLabel); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp156 pg_->BranchIfTrue(node, labelSet.CatchEnd()); in ~DestructuringIteratorContext()
166 pg_->BranchIfTrue(node, end); in ~DestructuringIteratorContext()
H A Dpandagen.cpp1151 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 Dpandagen.h332 void BranchIfTrue(const ir::AstNode *node, class Label *target);
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dcondition.cpp66 pg->BranchIfTrue(binExpr, endLabel); in CompileBinaryExpr()
142 etsg->BranchIfTrue(binExpr, returnLeftLabel); in CompileLogicalOrExpr()
297 etsg->BranchIfTrue(expr, falseLabel); in Compile()
H A Ddestructuring.cpp133 pg->BranchIfTrue(array, labelSet.CatchEnd()); in GenArray()
143 pg->BranchIfTrue(array, end); in GenArray()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp82 pg->BranchIfTrue(this, labelTarget.BreakTarget()); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DbinaryExpression.cpp61 pg->BranchIfTrue(this, skipRight); in CompileLogical()
H A DassignmentExpression.cpp128 pg->BranchIfTrue(left_, skipRight); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp247 pg_->BranchIfTrue(node, iteratorComplete); in YieldStar()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp280 pg_->BranchIfTrue(node, iteratorComplete); in YieldStar()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp774 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 Dpandagen.cpp838 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 Dpandagen.h118 void BranchIfTrue(const ir::AstNode *node, class Label *target);
H A DETSGen.h192 BranchIfTrue(node, isString); in ResolveConditionalResultReference()
254 void BranchIfTrue(const ir::AstNode *node, Label *ifTrue) in BranchIfTrue() function in ark::es2panda::compiler::final
H A DJSCompiler.cpp501 pg->BranchIfTrue(expr, skipRight); in CompileLogical()
1398 pg->BranchIfTrue(st, labelTarget.BreakTarget()); in Compile()
H A DETSCompiler.cpp260 etsg->BranchIfTrue(st, labels.back()); in HandleUnionTypeInForOf()
520 etsg->BranchIfTrue(expr, returnLeftLabel); in CompileLogical()

Completed in 26 milliseconds