Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 10 of 10) 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/ts2panda/ts2abc/tests/sources/
Dadd.json149 "labels": [], array
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h801 auto labels = GetLabels(); in CreateLabel() local
808 auto labels = GetLabels(); in BindLabel() local
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp823 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h931 std::vector<Label> labels; in GetPredecessors() 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/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp49 auto labels = static_cast<Aarch32LabelHolder *>(GetLabels())->labels_; in ~Aarch32Encoder() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp64 auto labels = static_cast<Aarch64LabelHolder *>(GetLabels())->labels_; in ~Aarch64Encoder() local