Home
last modified time | relevance | path

Searched defs:getPrototype (Results 1 – 4 of 4) 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.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/cf/code/
DMachine.java39 public Prototype getPrototype(); in getPrototype() method
DBaseMachine.java99 public Prototype getPrototype() { in getPrototype() method in BaseMachine