Home
last modified time | relevance | path

Searched defs:getPrototype (Results 1 – 7 of 7) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstBaseMethodRef.java60 public final Prototype getPrototype() { in getPrototype() method in CstBaseMethodRef
75 public final Prototype getPrototype(boolean isStatic) { in getPrototype() method in CstBaseMethodRef
/dalvik/dx/src/com/android/dx/rop/cst/
DCstBaseMethodRef.java69 public final Prototype getPrototype() { in getPrototype() method in CstBaseMethodRef
84 public final Prototype getPrototype(boolean isStatic) { in getPrototype() method in CstBaseMethodRef
DCstCallSiteRef.java89 public Prototype getPrototype() { in getPrototype() method in CstCallSiteRef
DCstProtoRef.java91 public Prototype getPrototype() { in getPrototype() method in CstProtoRef
DCstInvokeDynamic.java162 public Prototype getPrototype() { in getPrototype() method in CstInvokeDynamic
/dalvik/dx/src/com/android/dx/cf/code/
DMachine.java39 public Prototype getPrototype(); in getPrototype() method
DBaseMachine.java100 public Prototype getPrototype() { in getPrototype() method in BaseMachine