Searched refs:newAt (Results 1 – 1 of 1) sorted by relevance
255 private final int newAt; field in Type429 private Type(String descriptor, int basicType, int newAt) { in Type() argument438 if (newAt < -1) { in Type()444 this.newAt = newAt; in Type()743 return (newAt >= 0); in isUninitialized()756 return newAt; in getNewAt()813 public Type asUninitialized(int newAt) { in asUninitialized() argument814 if (newAt < 0) { in asUninitialized()837 String newDesc = 'N' + Hex.u2(newAt) + descriptor; in asUninitialized()838 Type result = new Type(newDesc, BT_OBJECT, newAt); in asUninitialized()