Searched refs:ExceptionMap (Results 1 – 1 of 1) sorted by relevance
77 DenseMap<const WebAssemblyException *, std::unique_ptr<Region>> ExceptionMap; member in __anon676071ee0111::RegionInfo97 if (ExceptionMap.count(WE)) in getRegionFor()98 return ExceptionMap[WE].get(); in getRegionFor()99 ExceptionMap[WE] = in getRegionFor()101 return ExceptionMap[WE].get(); in getRegionFor()