Home
last modified time | relevance | path

Searched defs:falseLabel (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dcondition.cpp26 … Condition::CompileBinaryExpr(PandaGen *pg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileBinaryExpr()
81 void Condition::Compile(PandaGen *pg, const ir::Expression *expr, Label *falseLabel) in Compile()
129 …ndition::CompileLogicalOrExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileLogicalOrExpr()
159 …dition::CompileLogicalAndExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileLogicalAndExpr()
190 …tion::CompileBinaryExprForBigInt(ETSGen *etsg, const ir::BinaryExpression *expr, Label *falseLabel) in CompileBinaryExprForBigInt()
238 …dition::CompileInstanceofExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileInstanceofExpr()
245 … Condition::CompileBinaryExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileBinaryExpr()
286 void Condition::Compile(ETSGen *etsg, const ir::Expression *expr, Label *falseLabel) in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h257 #define BRANCH(condition, trueLabel, falseLabel) \ argument
264 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument
271 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument
279 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument
287 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument
295 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument
303 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
Dcircuit_builder.cpp239 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
Dstub_builder.cpp46 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp24 void Condition::Compile(PandaGen *pg, const ir::Expression *expr, Label *falseLabel) in Compile()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.cpp40 auto *falseLabel = pg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp957 auto *falseLabel = etsg->AllocLabel(); in Compile() local
1353 compiler::Label *falseLabel = etsg->AllocLabel(); in Compile() local
DJSCompiler.cpp669 auto *falseLabel = cg->AllocLabel(); in CompileImpl() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1456 auto *falseLabel = AllocLabel(); in Negate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1802 auto falseLabel = encoder->CreateLabel(); in FillIsInstanceCaseOther() local