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()
102 …tion::CompileBinaryExprForBigInt(ETSGen *etsg, const ir::BinaryExpression *expr, Label *falseLabel) in CompileBinaryExprForBigInt()
150 …dition::CompileInstanceofExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileInstanceofExpr()
157 void Condition::CompileLogical(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileLogical()
186 … Condition::CompileBinaryExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileBinaryExpr()
224 void Condition::Compile(ETSGen *etsg, const ir::Expression *expr, Label *falseLabel) in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h261 #define BRANCH(condition, trueLabel, falseLabel) \ argument
268 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument
275 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument
283 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument
291 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument
299 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument
307 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
Dcircuit_builder.cpp261 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
Dstub_builder.cpp50 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.cpp814 auto *falseLabel = etsg->AllocLabel(); in Compile() local
DJSCompiler.cpp671 auto *falseLabel = cg->AllocLabel(); in CompileImpl() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1470 auto *falseLabel = AllocLabel(); in Negate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1809 auto falseLabel = encoder->CreateLabel(); in FillIsInstanceCaseOther() local