| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | condition.cpp | 61 auto *endLabel = pg->AllocLabel(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | condition.cpp | 62 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/ |
| D | label_creation.cpp | 43 LabelNode *endLabel = mirBuilder->CreateStmtLabel(endLblIdx); in CreateStartEndLabel() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | conditionalExpression.cpp | 41 auto *endLabel = pg->AllocLabel(); in Compile() local
|
| D | binaryExpression.cpp | 48 auto *endLabel = pg->AllocLabel(); in CompileLogical() local
|
| D | assignmentExpression.cpp | 118 auto *endLabel = pg->AllocLabel(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 128 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
|
| D | ETSGen.cpp | 2230 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
|
| D | JSCompiler.cpp | 507 auto *endLabel = pg->AllocLabel(); in CompileLogical() local 672 auto *endLabel = cg->AllocLabel(); in CompileImpl() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.cpp | 1659 …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
|
| D | codegen.cpp | 1352 auto endLabel = GetEncoder()->CreateLabel(); in CreateAlignmentValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgfunc.h | 1145 LabelNode *endLabel = nullptr; /* end label of the function */ variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 865 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/ |
| D | x64_MPIsel.cpp | 97 LabelNode *endLabel = cgFunc->GetEndLabel(); in SelectReturn() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1471 auto *endLabel = AllocLabel(); in Negate() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 3026 auto endLabel = labelHolder->CreateLabel(); in EncodeCmp() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|