Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 14 of 14) 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
125 return getPrototype(isStatic).getParameterTypes().getWordCount(); in getParameterWordCount()
/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
125 return getPrototype(isStatic).getParameterTypes().getWordCount(); in getParameterWordCount()
/dalvik/dx/src/com/android/dx/dex/file/
DMethodIdItem.java46 protoIds.intern(getMethodRef().getPrototype()); in addContents()
62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
DDebugInfoDecoder.java113 this.desc = ref.getPrototype(); in DebugInfoDecoder()
DDebugInfoEncoder.java122 this.desc = ref.getPrototype(); in DebugInfoEncoder()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMethodIdItem.java46 protoIds.intern(getMethodRef().getPrototype()); in addContents()
62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
DDebugInfoDecoder.java102 this.desc = ref.getPrototype(); in DebugInfoDecoder()
DDebugInfoEncoder.java114 this.desc = ref.getPrototype(); in DebugInfoEncoder()
/dalvik/dx/src/com/android/dx/cf/code/
DMachine.java39 public Prototype getPrototype(); in getPrototype() method
DSimulator.java531 Type returnType = machine.getPrototype().getReturnType(); in checkReturnType()
654 ((CstMethodRef) cst).getPrototype(false); in visitConstant()
664 ((CstMethodRef) cst).getPrototype(true); in visitConstant()
DRopperMachine.java456 Rops.opInvokeStatic(MULTIANEWARRAY_METHOD.getPrototype()), in run()
462 rop = Rops.opMoveResult(MULTIANEWARRAY_METHOD.getPrototype() in run()
501 Rops.opMoveResult(((CstMethodRef) cst).getPrototype() in run()
DBaseMachine.java99 public Prototype getPrototype() { in getPrototype() method in BaseMachine
/dalvik/dx/src/com/android/dx/rop/code/
DRops.java1204 return opInvokeStatic(((CstMethodRef) cst).getPrototype()); in ropFor()
1208 Prototype meth = cstMeth.getPrototype(); in ropFor()
1215 Prototype meth = cstMeth.getPrototype(); in ropFor()
1222 Prototype meth = cstMeth.getPrototype(); in ropFor()
1229 Prototype meth = cstMeth.getPrototype(); in ropFor()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRops.java1204 return opInvokeStatic(((CstMethodRef) cst).getPrototype()); in ropFor()
1208 Prototype meth = cstMeth.getPrototype(); in ropFor()
1215 Prototype meth = cstMeth.getPrototype(); in ropFor()
1222 Prototype meth = cstMeth.getPrototype(); in ropFor()
1229 Prototype meth = cstMeth.getPrototype(); in ropFor()