Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DFrame.java242 private IntList mergeSubroutineLists(IntList otherSubroutines) { in mergeSubroutineLists() argument
243 if (subroutines.equals(otherSubroutines)) { in mergeSubroutineLists()
250 int szOthers = otherSubroutines.size(); in mergeSubroutineLists()
252 && (subroutines.get(i) == otherSubroutines.get(i)); i++) { in mergeSubroutineLists()