Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp2478 ss << "Test " << labels[i] << " does not exists"; in TEST() local
2685 ss << "Test " << labels[i] << " does not exists"; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp2509 ss << "Test " << labels[i] << " does not exists"; in TEST() local
2756 ss << "Test " << labels[i] << " does not exists"; TEST() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp164 Label labels[SENSITIVITY_OPTION_CASES_NUM] = {Label(env), Label(env), Label(env), Label(env), undefined}; in SensitivityOptionsToEcmaString() local
165 Switch(ZExtInt32ToInt64(sensitivity), &fatal, SensitivityOptionCases, labels, SENSITIVITY_OPTION_CASES_NUM); in SensitivityOptionsToEcmaString() local
198 Label labels[CASE_FIRST_OPTION_NUM] = {Label(env), Label(env), Label(env), Label(env)}; in CaseFirstOptionsToEcmaString() local
199 Switch(ZExtInt32ToInt64(sensitivity), &fatal, CaseFirstOptionCases, labels, CASE_FIRST_OPTION_NUM); in CaseFirstOptionsToEcmaString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.h153 std::vector<Label> labels; in GetPredecessors() local
H A Dstub_builder.cpp317 Label labels[maxPropsNum] = {Label(env), Label(env), Label(env), Label(env), Label(env), Label(env), Label(env), in FindElementWithCache() local
337 BRANCH_UNLIKELY(Equal(keyInProperty, key), &exit, &labels[idx + 1]); in FindElementWithCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg.h406 static void SetFuncWrapLabels(MIRFunction *func, const std::pair<LabelIdx, LabelIdx> labels) in SetFuncWrapLabels() argument
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1599 auto labels = std::unordered_map<std::string_view, panda::Label> {}; in Emit() local
H A Dassembly-parser.cpp822 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1648 auto labels = std::unordered_map<std::string_view, ark::Label> {}; in Emit() local
H A Dassembly-parser.cpp879 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.cpp942 auto labels = GetLabels(); in CreateLabel() local
949 auto labels = GetLabels(); in BindLabel() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp387 auto labels = static_cast<Aarch32LabelHolder *>(GetLabels())->labels_; in ~Aarch32Encoder() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp228 auto labels = static_cast<Aarch64LabelHolder *>(GetLabels())->labels_; in ~Aarch64Encoder() local

Completed in 52 milliseconds