Searched refs:initializedType (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java280 private Type initializedType; field in class:Type
447 this.initializedType = null;
766 if (initializedType == null) {
771 return initializedType;
839 result.initializedType = this;

Completed in 56 milliseconds