Searched refs:ExceptionMap (Results 1 – 2 of 2) sorted by relevance
84 DenseMap<const WebAssemblyException *, std::unique_ptr<Region>> ExceptionMap; member in __anon1f0a32a00111::RegionInfo104 if (ExceptionMap.count(WE)) in getRegionFor()105 return ExceptionMap[WE].get(); in getRegionFor()106 ExceptionMap[WE] = in getRegionFor()108 return ExceptionMap[WE].get(); in getRegionFor()
164 V(Map, exception_map, ExceptionMap) \