Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-function.h53 std::vector<std::string> try_catch_order; member
57 : try_catch_labels(labels), try_catch_map(map), try_catch_order(param_try_catch_order) in TryCatchInfo()
Dassembly-emitter.cpp1671 std::vector<std::string> try_catch_order; in MakeOrderAndOffsets() local
1683 try_catch_order.push_back(try_key); in MakeOrderAndOffsets()
1706 return Function::TryCatchInfo {try_catch_labels, try_catch_map, try_catch_order}; in MakeOrderAndOffsets()
1721 for (const auto &t_key : tcs.try_catch_order) { in BuildTryBlocks()