Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DcmpBinary.test.ts60 let falseLabel = new Label(); variable
83 let falseLabel = new Label(); variable
106 let falseLabel = new Label(); variable
129 let falseLabel = new Label(); variable
152 let falseLabel = new Label(); variable
175 let falseLabel = new Label(); variable
198 let falseLabel = new Label(); variable
221 let falseLabel = new Label(); variable
/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 … Condition::CompileBinaryExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileBinaryExpr()
279 void Condition::Compile(ETSGen *etsg, const ir::Expression *expr, Label *falseLabel) in Compile()
/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.cpp877 auto *falseLabel = etsg->AllocLabel(); in Compile() local
1396 compiler::Label *falseLabel = etsg->AllocLabel(); in Compile() local
DJSCompiler.cpp796 auto *falseLabel = cg->AllocLabel(); in CompileImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp214 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
Dstub_builder.cpp56 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1431 auto *falseLabel = AllocLabel(); in Negate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp4358 auto falseLabel = encoder->CreateLabel(); in FillIsInstanceCaseOther() local