Home
last modified time | relevance | path

Searched defs:falseLabel (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dcondition.cpp24 void Condition::Compile(PandaGen *pg, const ir::Expression *expr, Label *falseLabel) in Compile() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DconditionalExpression.cpp40 auto *falseLabel = pg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dcondition.cpp26 bool Condition::CompileBinaryExpr(PandaGen *pg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileBinaryExpr() argument
81 void Condition::Compile(PandaGen *pg, const ir::Expression *expr, Label *falseLabel) in Compile() argument
129 void Condition::CompileLogicalOrExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) in CompileLogicalOrExpr() argument
159 CompileLogicalAndExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) CompileLogicalAndExpr() argument
190 CompileBinaryExprForBigInt(ETSGen *etsg, const ir::BinaryExpression *expr, Label *falseLabel) CompileBinaryExprForBigInt() argument
238 CompileInstanceofExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) CompileInstanceofExpr() argument
245 CompileBinaryExpr(ETSGen *etsg, const ir::BinaryExpression *binExpr, Label *falseLabel) CompileBinaryExpr() argument
286 Compile(ETSGen *etsg, const ir::Expression *expr, Label *falseLabel) Compile() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp654 auto *falseLabel = cg->AllocLabel(); in CompileImpl() local
H A DETSCompiler.cpp934 auto *falseLabel = etsg->AllocLabel(); in Compile() local
1329 compiler::Label *falseLabel = etsg->AllocLabel(); in Compile() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp1802 auto falseLabel = encoder->CreateLabel(); in FillIsInstanceCaseOther() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1442 auto *falseLabel = AllocLabel(); in Negate() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp247 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() argument
H A Dstub_builder.cpp61 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* comment) in Branch() argument
66 void StubBuilder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, in BranchPredict() argument

Completed in 45 milliseconds