| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | condition.cpp | 26 … 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/ |
| D | stub_builder.h | 139 #define BRANCH(condition, trueLabel, falseLabel) \ argument 148 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument 156 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument 164 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
|
| D | circuit_builder.h | 248 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument 255 #define BRANCH_CIR2(condition, trueLabel, falseLabel) \ argument
|
| D | circuit_builder.cpp | 247 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
|
| D | typed_native_inline_lowering.cpp | 3061 Label falseLabel(&builder_); in NormalCompareLoop() local
|
| D | stub_builder.cpp | 60 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* commen… in Branch() 65 void StubBuilder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t tr… in BranchPredict()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | condition.cpp | 24 void Condition::Compile(PandaGen *pg, const ir::Expression *expr, Label *falseLabel) in Compile()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | conditionalExpression.cpp | 40 auto *falseLabel = pg->AllocLabel(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 933 auto *falseLabel = etsg->AllocLabel(); in Compile() local 1349 compiler::Label *falseLabel = etsg->AllocLabel(); in Compile() local
|
| D | JSCompiler.cpp | 654 auto *falseLabel = cg->AllocLabel(); in CompileImpl() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1437 auto *falseLabel = AllocLabel(); in Negate() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 1805 auto falseLabel = encoder->CreateLabel(); in FillIsInstanceCaseOther() local
|