HomeSort by relevance Sort by last modified time
    Searched full:newat (Results 1 - 4 of 4) 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 255 private final int newAt;
427 * @param newAt {@code >= -1;} allocation bytecode index
429 private Type(String descriptor, int basicType, int newAt) {
438 if (newAt < -1) {
439 throw new IllegalArgumentException("newAt < -1");
444 this.newAt = newAt;
743 return (newAt >= 0);
756 return newAt;
810 * @param newAt {@code >= 0;} the allocation bytecode inde
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 255 private final int newAt;
427 * @param newAt {@code >= -1;} allocation bytecode index
429 private Type(String descriptor, int basicType, int newAt) {
438 if (newAt < -1) {
439 throw new IllegalArgumentException("newAt < -1");
444 this.newAt = newAt;
743 return (newAt >= 0);
756 return newAt;
810 * @param newAt {@code >= 0;} the allocation bytecode inde
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 93 milliseconds