Lines Matching refs:getParentException
144 DstWE->setParentException(SrcWE->getParentException()); in recalculate()
188 WE->setParentException(SrcWE->getParentException()); in recalculate()
199 for (; WE; WE = WE->getParentException()) in recalculate()
228 InnerWE = InnerWE->getParentException(); in recalculate()
234 changeExceptionFor(MBB, SrcWE->getParentException()); in recalculate()
235 if (SrcWE->getParentException()) in recalculate()
236 SrcWE->getParentException()->addToBlocksSet(MBB); in recalculate()
245 for (; WE; WE = WE->getParentException()) in recalculate()
255 if (WE->getParentException()) in recalculate()
256 WE->getParentException()->getSubExceptions().push_back(std::move(WE)); in recalculate()
331 while (WebAssemblyException *Parent = WE->getParentException()) in getOutermostException()