Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-function.h53 std::unordered_map<std::string, std::vector<const CatchBlock *>> tryCatchMap; member
58 : tryCatchLabels(labels), tryCatchMap(map), tryCatchOrder(paramTryCatchOrder) in TryCatchInfo()
H A Dassembly-emitter.cpp1796 std::unordered_map<std::string, std::vector<const CatchBlock *>> tryCatchMap; in MakeOrderAndOffsets() local
1806 auto it = tryCatchMap.find(tryKey); in MakeOrderAndOffsets()
1807 if (it == tryCatchMap.cend()) { in MakeOrderAndOffsets()
1808 std::tie(it, std::ignore) = tryCatchMap.try_emplace(tryKey); in MakeOrderAndOffsets()
1832 return Function::TryCatchInfo {tryCatchLabels, tryCatchMap, tryCatchOrder}; in MakeOrderAndOffsets()
1848 auto kv = tcs.tryCatchMap.find(tKey); in BuildTryBlocks()
1849 ASSERT(kv != tcs.tryCatchMap.cend()); in BuildTryBlocks()

Completed in 5 milliseconds