Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts407 const labels: Label[] = scope.labels; constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts142 labels: Label[]; property in secharmony.Scope
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.h153 std::vector<Label> labels; in GetPredecessors() local
Dstub_builder.cpp306 …Label labels[maxPropsNum] = {Label(env), Label(env), Label(env), Label(env), Label(env), Label(env… in FindElementWithCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h557 static void SetFuncWrapLabels(MIRFunction *func, const std::pair<LabelIdx, LabelIdx> labels) in SetFuncWrapLabels() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp942 auto labels = GetLabels(); in CreateLabel() local
949 auto labels = GetLabels(); in BindLabel() local
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp822 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp879 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Dparser_test.cpp2465 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2495 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2643 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp252 ArenaVector<Label *> labels(etsg->Allocator()->Adapter()); in HandleUnionTypeInForOf() local
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp2417 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2622 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp387 auto labels = static_cast<Aarch32LabelHolder *>(GetLabels())->labels_; in ~Aarch32Encoder() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp228 auto labels = static_cast<Aarch64LabelHolder *>(GetLabels())->labels_; in ~Aarch64Encoder() local