Searched refs:try_catch_order (Results 1 – 2 of 2) sorted by relevance
53 std::vector<std::string> try_catch_order; member57 : try_catch_labels(labels), try_catch_map(map), try_catch_order(param_try_catch_order) in TryCatchInfo()
1671 std::vector<std::string> try_catch_order; in MakeOrderAndOffsets() local1683 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()