Home
last modified time | relevance | path

Searched defs:newAt (Results 1 – 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java255 private final int newAt; field in Type
429 private Type(String descriptor, int basicType, int newAt) { in Type()
813 public Type asUninitialized(int newAt) { in asUninitialized()