| /arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
| D | RenameIdentifierTransformer.ts | 407 const labels: Label[] = scope.labels; constant
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ScopeAnalyzer.ts | 142 labels: Label[]; property in secharmony.Scope
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder_helper.h | 153 std::vector<Label> labels; in GetPredecessors() local
|
| D | stub_builder.cpp | 306 …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/ |
| D | cg.h | 557 static void SetFuncWrapLabels(MIRFunction *func, const std::pair<LabelIdx, LabelIdx> labels) in SetFuncWrapLabels() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.cpp | 942 auto labels = GetLabels(); in CreateLabel() local 949 auto labels = GetLabels(); in BindLabel() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.cpp | 822 std::vector<std::string> labels; in PrepareCatchBlock() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 879 std::vector<std::string> labels; in PrepareCatchBlock() local
|
| /arkcompiler/runtime_core/static_core/assembler/tests/ |
| D | parser_test.cpp | 2465 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/ |
| D | ETSCompiler.cpp | 252 ArenaVector<Label *> labels(etsg->Allocator()->Adapter()); in HandleUnionTypeInForOf() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | parser_test.cpp | 2417 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/ |
| D | encode.cpp | 387 auto labels = static_cast<Aarch32LabelHolder *>(GetLabels())->labels_; in ~Aarch32Encoder() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 228 auto labels = static_cast<Aarch64LabelHolder *>(GetLabels())->labels_; in ~Aarch64Encoder() local
|