Home
last modified time | relevance | path

Searched refs:label_names (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp821 std::vector<std::string> label_names {"try block begin", "try block end", "catch block begin"}; in PrepareCatchBlock() local
825 label_names.emplace_back("catch block end"); in PrepareCatchBlock()
833 for (auto label_name : label_names) { in PrepareCatchBlock()
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp2418 … std::vector<std::string> label_names {"try block begin", "try block end", "catch block begin"}; in TEST() local
2472 … ASSERT_EQ(e.message, std::string("Invalid name of the ") + label_names[i] + " label.") in TEST()
2623 … std::vector<std::string> label_names {"try block begin", "try block end", "catch block begin"}; in TEST() local
2679 … ASSERT_EQ(e.message, std::string("Invalid name of the ") + label_names[i] + " label.") in TEST()