Searched refs:newSig (Results 1 – 2 of 2) sorted by relevance
145 const WasmSignature *newSig) { in signatureMatches() argument151 if (!newSig || !oldSig) in signatureMatches()154 return *newSig == *oldSig; in signatureMatches()174 const WasmSignature *newSig) { in checkEventType() argument187 if (*newSig != *oldSig) in checkEventType()191 toString(*newSig) + " in " + toString(file)); in checkEventType()
574 String newSig = newMethod.getSignature(); in compareMethods() local576 methodDiff.newSignature_ = newSig; in compareMethods()577 if (oldSig.compareTo(newSig) != 0) { in compareMethods()666 newMethod.returnType_ + "(" + newSig + ")"); in compareMethods()