Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collator_stub_builder.cpp162 …Label labels[SENSITIVITY_OPTION_CASES_NUM] = {Label(env), Label(env), Label(env), Label(env), unde… in SensitivityOptionsToEcmaString() local
196 Label labels[CASE_FIRST_OPTION_NUM] = {Label(env), Label(env), Label(env), Label(env)}; in CaseFirstOptionsToEcmaString() local
Dbuiltins_array_stub_builder_next_optimization.cpp87 Label labels[THREE_ARGS] = {Label(env), Label(env), Label(env)}; in UnshiftOptimised() local
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts552 const labels: Label[] = scope.labels; constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts166 labels: Label[]; property in secharmony.Scope
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h406 static void SetFuncWrapLabels(MIRFunction *func, const std::pair<LabelIdx, LabelIdx> labels) in SetFuncWrapLabels() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.h153 std::vector<Label> labels; in GetPredecessors() local
Dstub_builder.cpp336 …Label labels[maxPropsNum] = {Label(env), Label(env), Label(env), Label(env), Label(env), Label(env… in FindElementWithCache() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp987 auto labels = GetLabels(); in CreateLabel() local
994 auto labels = GetLabels(); in BindLabel() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Dparser_test.cpp2657 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2687 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2836 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2869 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2902 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2934 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp831 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp927 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DCFG.cpp234 const std::vector<const ir::AstNode *> &&labels) in CreateNewBB()
DETSCompiler.cpp227 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.cpp388 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