Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DcmpBinary.test.ts61 let endLabel = new Label(); variable
84 let endLabel = new Label(); variable
107 let endLabel = new Label(); variable
130 let endLabel = new Label(); variable
153 let endLabel = new Label(); variable
176 let endLabel = new Label(); variable
199 let endLabel = new Label(); variable
222 let endLabel = new Label(); variable
Dbinary.test.ts91 let endLabel = new Label(); variable
120 let endLabel = new Label(); variable
151 let endLabel = new Label(); variable
Dconditions.test.ts198 let endLabel = new Label(); variable
DfunctionExpression.test.ts318 let endLabel = new Label(); variable
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp61 auto *endLabel = pg->AllocLabel(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlabel_creation.cpp39 LabelNode *endLabel = mirBuilder->CreateStmtLabel(endLblIdx); in CreateStartEndLabel() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.cpp41 auto *endLabel = pg->AllocLabel(); in Compile() local
DbinaryExpression.cpp52 auto *endLabel = pg->AllocLabel(); in CompileLogical() local
DassignmentExpression.cpp120 auto *endLabel = pg->AllocLabel(); in Compile() local
/arkcompiler/ets_frontend/ts2panda/src/function/
DfunctionBuilder.ts39 protected endLabel: Label | undefined = undefined; property in FunctionBuilder
/arkcompiler/ets_frontend/ts2panda/tests/watch_expression/
DaddWatch.test.ts601 let endLabel = new Label(); variable
786 let endLabel = new Label(); variable
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts124 let endLabel = new Label(); variable
/arkcompiler/ets_frontend/ts2panda/tests/
Dhoist.test.ts65 let endLabel = new Label(); variable
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts55 private endLabel: Label; property in LabelPair
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h134 …LabelNode *endLabel = nullptr; /* the label that "MCC_RethrowException" or "MCC_ThrowException" … variable
Dcgfunc.h1613 LabelNode *endLabel = nullptr; /* end label of the function */ variable
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dcondition.cpp62 auto *endLabel = pg->AllocLabel(); in CompileBinaryExpr() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp229 auto *endLabel = etsg->AllocLabel(); in Compile() local
493 auto *endLabel = etsg->AllocLabel(); in CompileNullishCoalescing() local
524 auto *endLabel = etsg->AllocLabel(); in CompileLogical() local
878 auto *endLabel = etsg->AllocLabel(); in Compile() local
2110 auto endLabel = etsg->AllocLabel(); in Compile() local
DETSGen.h324 compiler::Label *endLabel = AllocLabel(); in EmitMaybeOptional() local
DJSCompiler.cpp626 auto *endLabel = pg->AllocLabel(); in CompileLogical() local
797 auto *endLabel = cg->AllocLabel(); in CompileImpl() local
DETSGen.cpp2693 Label *endLabel = AllocLabel(); in ExtendWithFinalizer() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1298 auto endLabel = GetEncoder()->CreateLabel(); in CreateAlignmentValue() local
4202 …deVisitor::FillCheckCast(GraphVisitor *visitor, Inst *inst, Reg src, LabelHolder::LabelId endLabel, in FillCheckCast()
4268 auto endLabel = encoder->CreateLabel(); in VisitCheckCast() local
4297 auto endLabel = slowPath->GetBackLabel(); in FillIsInstanceUnresolved() local
4348 LabelHolder::LabelId endLabel) in FillIsInstanceCaseOther()
4378 LabelHolder::LabelId endLabel) in FillIsInstanceCaseArrayObject()
4402 LabelHolder::LabelId endLabel) in FillIsInstanceCaseArrayClass()
4444 …sitor::FillIsInstance(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId endLabel) in FillIsInstance()
4493 auto endLabel = encoder->CreateLabel(); in VisitIsInstance() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp578 auto endLabel = GetMasm()->newLabel(); in EncodeCastFloat32ToUint64() local
604 auto endLabel = GetMasm()->newLabel(); in EncodeCastFloat64ToUint64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp139 LabelNode *endLabel = cgFunc->GetEndLabel(); in SelectReturn() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2629 auto endLabel = labelHolder->CreateLabel(); in EncodeCmp() local

12