Searched refs:oldSig (Results 1 – 2 of 2) sorted by relevance
146 const WasmSignature *oldSig = existing->signature; in signatureMatches() local151 if (!newSig || !oldSig) in signatureMatches()154 return *newSig == *oldSig; in signatureMatches()182 const WasmSignature *oldSig = existingEvent->signature; in checkEventType() local187 if (*newSig != *oldSig) in checkEventType()189 "\n>>> defined as " + toString(*oldSig) + " in " + in checkEventType()297 const WasmSignature *oldSig = s->getSignature(); in addDefinedFunction() local300 newSym->signature = oldSig; in addDefinedFunction()576 const WasmSignature *oldSig = nullptr; in addLazy() local580 oldSig = f->signature; in addLazy()[all …]
573 String oldSig = oldMethod.getSignature(); in compareMethods() local575 methodDiff.oldSignature_ = oldSig; in compareMethods()577 if (oldSig.compareTo(newSig) != 0) { in compareMethods()665 oldMethod.returnType_ + "(" + oldSig + "), new: " + in compareMethods()