Home
last modified time | relevance | path

Searched defs:endLabel (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp61 auto *endLabel = pg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dcondition.cpp62 auto *endLabel = pg->AllocLabel(); in CompileBinaryExpr() local
172 auto *endLabel = etsg->AllocLabel(); in CompileLogical() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlabel_creation.cpp43 LabelNode *endLabel = mirBuilder->CreateStmtLabel(endLblIdx); in CreateStartEndLabel() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.cpp41 auto *endLabel = pg->AllocLabel(); in Compile() local
DbinaryExpression.cpp48 auto *endLabel = pg->AllocLabel(); in CompileLogical() local
DassignmentExpression.cpp118 auto *endLabel = pg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp128 auto *endLabel = etsg->AllocLabel(); in Compile() local
463 auto *endLabel = etsg->AllocLabel(); in CompileNullishCoalescing() local
508 auto *endLabel = etsg->AllocLabel(); in CompileLogical() local
815 auto *endLabel = etsg->AllocLabel(); in Compile() local
1733 auto endLabel = etsg->AllocLabel(); in Compile() local
DETSGen.cpp2230 void ETSGen::BranchConditional(const ir::AstNode *node, Label *endLabel) in BranchConditional()
2279 void ETSGen::BranchConditionalIfFalse(const ir::AstNode *node, Label *endLabel) in BranchConditionalIfFalse()
2284 void ETSGen::BranchConditionalIfTrue(const ir::AstNode *node, Label *endLabel) in BranchConditionalIfTrue()
3312 Label *endLabel = AllocLabel(); in ExtendWithFinalizer() local
DJSCompiler.cpp507 auto *endLabel = pg->AllocLabel(); in CompileLogical() local
672 auto *endLabel = cg->AllocLabel(); in CompileImpl() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1659 …deVisitor::FillCheckCast(GraphVisitor *visitor, Inst *inst, Reg src, LabelHolder::LabelId endLabel, in FillCheckCast()
1729 auto endLabel = encoder->CreateLabel(); in VisitCheckCast() local
1754 auto endLabel = slowPath->GetBackLabel(); in FillIsInstanceUnresolved() local
1800 LabelHolder::LabelId endLabel) in FillIsInstanceCaseOther()
1826 LabelHolder::LabelId endLabel) in FillIsInstanceCaseArrayObject()
1849 LabelHolder::LabelId endLabel) in FillIsInstanceCaseArrayClass()
1886 …sitor::FillIsInstance(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId endLabel) in FillIsInstance()
1932 auto endLabel = encoder->CreateLabel(); in VisitIsInstance() local
Dcodegen.cpp1352 auto endLabel = GetEncoder()->CreateLabel(); in CreateAlignmentValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1145 LabelNode *endLabel = nullptr; /* end label of the function */ variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp865 auto endLabel = GetMasm()->newLabel(); in EncodeCastFloat32ToUint64() local
891 auto endLabel = GetMasm()->newLabel(); in EncodeCastFloat64ToUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp97 LabelNode *endLabel = cgFunc->GetEndLabel(); in SelectReturn() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1471 auto *endLabel = AllocLabel(); in Negate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp3026 auto endLabel = labelHolder->CreateLabel(); in EncodeCmp() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument