HomeSort by relevance Sort by last modified time
    Searched defs:newAt (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 252 private final int newAt;
420 * @param newAt {@code >= -1;} allocation bytecode index
422 private Type(String descriptor, int basicType, int newAt) {
431 if (newAt < -1) {
432 throw new IllegalArgumentException("newAt < -1");
437 this.newAt = newAt;
736 return (newAt >= 0);
749 return newAt;
803 * @param newAt {@code >= 0;} the allocation bytecode inde
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 14 milliseconds