Searched refs:newSig (Results 1 – 1 of 1) sorted by relevance
151 const WasmSignature *newSig) { in signatureMatches() argument157 if (!newSig || !oldSig) in signatureMatches()160 return *newSig == *oldSig; in signatureMatches()179 const WasmSignature *newSig) { in checkTagType() argument187 if (*newSig != *oldSig) in checkTagType()191 toString(*newSig) + " in " + toString(file)); in checkTagType()