Lines Matching refs:getParentException
143 DstWE->setParentException(SrcWE->getParentException()); in recalculate()
187 WE->setParentException(SrcWE->getParentException()); in recalculate()
198 for (; WE; WE = WE->getParentException()) in recalculate()
227 InnerWE = InnerWE->getParentException(); in recalculate()
233 changeExceptionFor(MBB, SrcWE->getParentException()); in recalculate()
234 if (SrcWE->getParentException()) in recalculate()
235 SrcWE->getParentException()->addToBlocksSet(MBB); in recalculate()
244 for (; WE; WE = WE->getParentException()) in recalculate()
254 if (WE->getParentException()) in recalculate()
255 WE->getParentException()->getSubExceptions().push_back(std::move(WE)); in recalculate()
330 while (WebAssemblyException *Parent = WE->getParentException()) in getOutermostException()