Searched refs:otherSubroutines (Results 1 – 1 of 1) sorted by relevance
242 private IntList mergeSubroutineLists(IntList otherSubroutines) { in mergeSubroutineLists() argument243 if (subroutines.equals(otherSubroutines)) { in mergeSubroutineLists()250 int szOthers = otherSubroutines.size(); in mergeSubroutineLists()252 && (subroutines.get(i) == otherSubroutines.get(i)); i++) { in mergeSubroutineLists()