Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 8 of 8) sorted by relevance

/dalvik/dx/tests/104-verify-return-ops/
Dinfo.txt2 the appropriate types and that the opcode matches the method signature.
/dalvik/docs/
Dprettify.js445 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(''));
/dalvik/dx/src/com/android/dx/dex/code/
DLocalList.java286 public boolean matches(RegisterSpec otherSpec) { in matches() method in LocalList.Entry
298 public boolean matches(Entry other) { in matches() method in LocalList.Entry
299 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()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DLocalList.java287 public boolean matches(RegisterSpec otherSpec) { in matches() method in LocalList.Entry
299 public boolean matches(Entry other) { in matches() method in LocalList.Entry
300 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()
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java55 if (declaredByPattern.matcher(string).matches()) { in FindUsages()
58 if (memberNamePattern.matcher(string).matches()) { in FindUsages()
/dalvik/tools/dmtracedump/
DTraceDump.c2649 int matches = 0; in createDiff() local
2677 matches++; in createDiff()
2683 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesExculsive); in createDiff()
2744 qsort(diffs, matches, sizeof(DiffEntry), compareDiffEntriesInculsive); in createDiff()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoEncoder.java303 if ((prevEntry != null) && entry.matches(prevEntry)) { in emitLocalsAtAddress()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoEncoder.java311 if ((prevEntry != null) && entry.matches(prevEntry)) { in emitLocalsAtAddress()