Searched refs:matches (Results 1 – 8 of 8) sorted by relevance
2 the appropriate types and that the opcode matches the method signature.
445 var matches = s.match(pr_chunkPattern);449 if (matches) {450 for (var i = 0, n = matches.length; i < n; ++i) {451 var match = matches[i];472 var name2 = matches[j].match(pr_tagNameRe);483 sourceBufLen, matches.slice(i, j + 1).join(''));
286 public boolean matches(RegisterSpec otherSpec) { in matches() method in LocalList.Entry298 public boolean matches(Entry other) { in matches() method in LocalList.Entry299 return matches(other.spec); in matches()400 if ((already != null) && e.matches(already)) { in debugVerify0()611 if (endEntry.matches(startedLocal)) { in startLocal()765 if (entry.matches(endedLocal)) { in checkForEmptyRange()
287 public boolean matches(RegisterSpec otherSpec) { in matches() method in LocalList.Entry299 public boolean matches(Entry other) { in matches() method in LocalList.Entry300 return matches(other.spec); in matches()404 if ((already != null) && e.matches(already)) { in debugVerify0()615 if (endEntry.matches(startedLocal)) { in startLocal()769 if (entry.matches(endedLocal)) { in checkForEmptyRange()
55 if (declaredByPattern.matcher(string).matches()) { in FindUsages()58 if (memberNamePattern.matcher(string).matches()) { in FindUsages()
2649 int matches = 0; in createDiff() local2677 matches++; in createDiff()2683 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesExculsive); in createDiff()2744 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesInculsive); in createDiff()
303 if ((prevEntry != null) && entry.matches(prevEntry)) { in emitLocalsAtAddress()
311 if ((prevEntry != null) && entry.matches(prevEntry)) { in emitLocalsAtAddress()