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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstBaseMethodRef.java38 private Prototype instancePrototype; field in class:CstBaseMethodRef
51 this.instancePrototype = null;
79 if (instancePrototype == null) {
81 instancePrototype = prototype.withFirstParameter(thisType);
83 return instancePrototype;
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstBaseMethodRef.java38 private Prototype instancePrototype; field in class:CstBaseMethodRef
51 this.instancePrototype = null;
79 if (instancePrototype == null) {
81 instancePrototype = prototype.withFirstParameter(thisType);
83 return instancePrototype;

Completed in 136 milliseconds