Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dconditions.test.ts77 let labels = insns.filter(item => (item instanceof Label)); variable
171 let labels = insns.filter(item => (item instanceof Label)); variable
/arkcompiler/ets_frontend/ts2panda/src/
DassemblyDumper.ts44 private labels: Map<number, string>; // Label.id : Label string name property in AssemblyDumper
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts349 const labels: Label[] = scope.labels; constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts147 labels: Label[]; property
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json149 "labels": [], array
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.h161 std::vector<Label> labels; in GetPredecessors() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h420 static void SetFuncWrapLabels(MIRFunction *func, const std::pair<LabelIdx, LabelIdx> labels) in SetFuncWrapLabels() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h862 auto labels = GetLabels(); in CreateLabel() local
869 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.cpp859 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp580 auto labels = function["l"]; in ParseFunctionLabels() 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/assembler/tests/
Dparser_test.cpp2459 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2636 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.cpp49 auto labels = static_cast<Aarch32LabelHolder *>(GetLabels())->labels_; in ~Aarch32Encoder() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp64 auto labels = static_cast<Aarch64LabelHolder *>(GetLabels())->labels_; in ~Aarch64Encoder() local