Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/
DByteCatchList.java162 public IntList toTargetList(int noException) { in toTargetList() argument
163 if (noException < -1) { in toTargetList()
167 boolean hasDefault = (noException >= 0); in toTargetList()
176 return IntList.makeImmutable(noException); in toTargetList()
192 result.add(noException); in toTargetList()
/dalvik/dx/src/com/android/dx/cf/code/
DByteCatchList.java162 public IntList toTargetList(int noException) { in toTargetList() argument
163 if (noException < -1) { in toTargetList()
167 boolean hasDefault = (noException >= 0); in toTargetList()
176 return IntList.makeImmutable(noException); in toTargetList()
192 result.add(noException); in toTargetList()