HomeSort by relevance Sort by last modified time
    Searched full:instanceprototype (Results 1 - 3 of 3) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBaseMethodRef.java 38 private Prototype instancePrototype;
51 this.instancePrototype = null;
79 if (instancePrototype == null) {
81 instancePrototype = prototype.withFirstParameter(thisType);
83 return instancePrototype;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 38 private Prototype instancePrototype;
51 this.instancePrototype = null;
79 if (instancePrototype == null) {
81 instancePrototype = prototype.withFirstParameter(thisType);
83 return instancePrototype;
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBaseMethodRef.java 38 private Prototype instancePrototype;
51 this.instancePrototype = null;
79 if (instancePrototype == null) {
81 instancePrototype = prototype.withFirstParameter(thisType);
83 return instancePrototype;

Completed in 232 milliseconds