Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A 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()
H A Dassembly-emitter.cpp1792 std::vector<std::string> try_catch_order; in MakeOrderAndOffsets() local
1804 try_catch_order.push_back(try_key); in MakeOrderAndOffsets()
1827 return Function::TryCatchInfo {try_catch_labels, try_catch_map, try_catch_order}; in MakeOrderAndOffsets()
1842 for (const auto &t_key : tcs.try_catch_order) { in BuildTryBlocks()

Completed in 4 milliseconds