Home
last modified time | relevance | path

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

/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.cpp47 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_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h122 …LabelNode *endLabel = nullptr; /* the label that "MCC_RethrowException" or "MCC_ThrowException" … variable
Dcgfunc.h1804 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.cpp155 auto *endLabel = etsg->AllocLabel(); in Compile() local
472 auto *endLabel = etsg->AllocLabel(); in CompileNullishCoalescing() local
503 auto *endLabel = etsg->AllocLabel(); in CompileLogical() local
934 auto *endLabel = etsg->AllocLabel(); in Compile() local
1936 auto endLabel = etsg->AllocLabel(); in Compile() local
DJSCompiler.cpp490 auto *endLabel = pg->AllocLabel(); in CompileLogical() local
655 auto *endLabel = cg->AllocLabel(); in CompileImpl() local
DETSGen.cpp2738 Label *endLabel = AllocLabel(); in ExtendWithFinalizer() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1655 …deVisitor::FillCheckCast(GraphVisitor *visitor, Inst *inst, Reg src, LabelHolder::LabelId endLabel, in FillCheckCast()
1725 auto endLabel = encoder->CreateLabel(); in VisitCheckCast() local
1750 auto endLabel = slowPath->GetBackLabel(); in FillIsInstanceUnresolved() local
1796 LabelHolder::LabelId endLabel) in FillIsInstanceCaseOther()
1822 LabelHolder::LabelId endLabel) in FillIsInstanceCaseArrayObject()
1845 LabelHolder::LabelId endLabel) in FillIsInstanceCaseArrayClass()
1882 …sitor::FillIsInstance(GraphVisitor *visitor, Inst *inst, Reg tmpReg, LabelHolder::LabelId endLabel) in FillIsInstance()
1928 auto endLabel = encoder->CreateLabel(); in VisitIsInstance() local
Dcodegen.cpp1360 auto endLabel = GetEncoder()->CreateLabel(); in CreateAlignmentValue() local
/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.cpp139 LabelNode *endLabel = cgFunc->GetEndLabel(); in SelectReturn() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1438 auto *endLabel = AllocLabel(); in Negate() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp3017 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