reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
94 if (!ML && !WE) 96 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) { 96 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) { 96 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) { 104 if (ExceptionMap.count(WE)) 105 return ExceptionMap[WE].get(); 106 ExceptionMap[WE] = 107 std::make_unique<ConcreteRegion<WebAssemblyException>>(WE); 108 return ExceptionMap[WE].get();