Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DOneLocalsArray.java155 return throwSimException(idx, "invalid"); in get()
167 return throwSimException(idx, "uninitialized instance"); in getCategory1()
171 return throwSimException(idx, "category-2"); in getCategory1()
182 return throwSimException(idx, "category-1"); in getCategory2()
242 private static TypeBearer throwSimException(int idx, String msg) { in throwSimException() method in OneLocalsArray
DExecutionStack.java168 throwSimException("overflow"); in push()
206 return throwSimException("underflow"); in peek()
289 throwSimException("incompatible substitution: " + in change()
340 private static TypeBearer throwSimException(String msg) { in throwSimException() method in ExecutionStack