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

/dalvik/dx/src/com/android/dx/cf/code/
H A DFrame.java238 * @param otherSubroutines label list of subroutine start blocks, from
242 private IntList mergeSubroutineLists(IntList otherSubroutines) { argument
243 if (subroutines.equals(otherSubroutines)) {
250 int szOthers = otherSubroutines.size();
252 && (subroutines.get(i) == otherSubroutines.get(i)); i++) {

Completed in 388 milliseconds