Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstBaseMethodRef.java38 private Prototype instancePrototype; field in CstBaseMethodRef
51 this.instancePrototype = null; in CstBaseMethodRef()
79 if (instancePrototype == null) { in getPrototype()
81 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
83 return instancePrototype; in getPrototype()
/dalvik/dx/src/com/android/dx/rop/cst/
DCstBaseMethodRef.java38 private Prototype instancePrototype; field in CstBaseMethodRef
60 this.instancePrototype = null; in CstBaseMethodRef()
88 if (instancePrototype == null) { in getPrototype()
90 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()
92 return instancePrototype; in getPrototype()