HomeSort by relevance Sort by last modified time
    Searched defs:newAt (Results 1 - 5 of 5) 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 254 private final int newAt;
426 * @param newAt {@code >= -1;} allocation bytecode index
428 private Type(String descriptor, int basicType, int newAt) {
437 if (newAt < -1) {
438 throw new IllegalArgumentException("newAt < -1");
443 this.newAt = newAt;
742 return (newAt >= 0);
755 return newAt;
809 * @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/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 341 milliseconds