Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Dassembly-function.h52 std::unordered_map<std::string, std::vector<const CatchBlock *>> try_catch_map; member
57 : try_catch_labels(labels), try_catch_map(map), try_catch_order(param_try_catch_order) in TryCatchInfo()
H A Dassembly-emitter.cpp1791 std::unordered_map<std::string, std::vector<const CatchBlock *>> try_catch_map; in MakeOrderAndOffsets() local
1801 auto it = try_catch_map.find(try_key); in MakeOrderAndOffsets()
1802 if (it == try_catch_map.cend()) { in MakeOrderAndOffsets()
1803 std::tie(it, std::ignore) = try_catch_map.try_emplace(try_key); in MakeOrderAndOffsets()
1827 return Function::TryCatchInfo {try_catch_labels, try_catch_map, try_catch_order}; in MakeOrderAndOffsets()
1843 auto kv = tcs.try_catch_map.find(t_key); in BuildTryBlocks()
1844 ASSERT(kv != tcs.try_catch_map.cend()); in BuildTryBlocks()

Completed in 5 milliseconds