Home
last modified time | relevance | path

Searched refs:ExceptionMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp84 DenseMap<const WebAssemblyException *, std::unique_ptr<Region>> ExceptionMap; member in __anon1f0a32a00111::RegionInfo
104 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()
/third_party/node/deps/v8/src/roots/
Droots.h164 V(Map, exception_map, ExceptionMap) \