Home
last modified time | relevance | path

Searched refs:fromDescriptor (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
DCstProtoRef.java41 Prototype prototype = Prototype.fromDescriptor(descriptor.getString()); in make()
DCstCallSite.java46 list.set(2, new CstProtoRef(Prototype.fromDescriptor(nat.getDescriptor().getString()))); in make()
DCstBaseMethodRef.java56 this.prototype = Prototype.fromDescriptor(descriptor); in CstBaseMethodRef()
DCstInvokeDynamic.java68 this.prototype = Prototype.fromDescriptor(nat.getDescriptor().toHuman()); in CstInvokeDynamic()
/dalvik/dx/src/com/android/dx/rop/type/
DPrototype.java68 result = fromDescriptor(descriptor); in intern()
84 public static Prototype fromDescriptor(String descriptor) { in fromDescriptor() method in Prototype