Searched defs:getPrototype (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstBaseMethodRef.java60 public final Prototype getPrototype() { method in class:CstBaseMethodRef
75 public final Prototype getPrototype(boolean isStatic) { method in class:CstBaseMethodRef
117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstBaseMethodRef.java60 public final Prototype getPrototype() { method in class:CstBaseMethodRef
75 public final Prototype getPrototype(boolean isStatic) { method in class:CstBaseMethodRef
117 * {@code getPrototype().getParameterTypes().getWordCount()},
125 return getPrototype(isStatic).getParameterTypes().getWordCount();
/dalvik/dx/src/com/android/dx/cf/code/
H A DMachine.java39 public Prototype getPrototype(); method in interface:Machine
H A DBaseMachine.java99 public Prototype getPrototype() { method in class:BaseMachine

Completed in 97 milliseconds