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

  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 270 private final int newAt;
493 * @param newAt {@code >= -1;} allocation bytecode index
495 private Type(String descriptor, int basicType, int newAt) {
504 if (newAt < -1) {
505 throw new IllegalArgumentException("newAt < -1");
510 this.newAt = newAt;
809 return (newAt >= 0);
822 return newAt;
876 * @param newAt {@code >= 0;} the allocation bytecode inde
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 303 private final int newAt;
473 * @param newAt {@code >= -1;} allocation bytecode index
475 private Type(String descriptor, int basicType, int newAt) {
484 if (newAt < -1) {
485 throw new IllegalArgumentException("newAt < -1");
490 this.newAt = newAt;
796 return (newAt >= 0);
809 return newAt;
863 * @param newAt {@code >= 0;} the allocation bytecode inde
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 95 milliseconds