Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 23 of 23) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
DCstProtoRef.java52 return getPrototype().equals(otherCstProtoRef.getPrototype()); in equals()
76 return prototype.compareTo(otherCstProtoRef.getPrototype()); in compareTo0()
91 public Prototype getPrototype() { in getPrototype() method in CstProtoRef
DCstBaseMethodRef.java69 public final Prototype getPrototype() { in getPrototype() method in CstBaseMethodRef
84 public final Prototype getPrototype(boolean isStatic) { in getPrototype() method in CstBaseMethodRef
135 return getPrototype(isStatic).getParameterTypes().getWordCount(); in getParameterWordCount()
DCstCallSiteRef.java89 public Prototype getPrototype() { in getPrototype() method in CstCallSiteRef
90 return invokeDynamic.getPrototype(); in getPrototype()
DCstInvokeDynamic.java162 public Prototype getPrototype() { in getPrototype() method in CstInvokeDynamic
/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/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/dex/file/
DMethodIdItem.java46 protoIds.intern(getMethodRef().getPrototype()); in addContents()
62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
DProtoIdsSection.java67 IndexedItem result = protoIds.get(protoRef.getPrototype()); in get()
DValueEncoder.java165 int index = file.getProtoIds().indexOf(((CstProtoRef) cst).getPrototype()); in writeConstant()
DDexFile.java540 protoIds.intern(((CstProtoRef) cst).getPrototype()); in internIfAppropriate()
DDebugInfoDecoder.java113 this.desc = ref.getPrototype(); in DebugInfoDecoder()
DDebugInfoEncoder.java122 this.desc = ref.getPrototype(); in DebugInfoEncoder()
/dalvik/dx/src/com/android/dx/cf/code/
DMachine.java39 public Prototype getPrototype(); in getPrototype() method
DRopperMachine.java458 Rops.opInvokeStatic(MULTIANEWARRAY_METHOD.getPrototype()), in run()
464 rop = Rops.opMoveResult(MULTIANEWARRAY_METHOD.getPrototype() in run()
506 returnType = ((CstMethodRef) cst).getPrototype().getReturnType(); in run()
DSimulator.java566 Type returnType = machine.getPrototype().getReturnType(); in checkReturnType()
706 = ((CstMethodRef) cst).getPrototype(staticMethod); in visitConstant()
713 Prototype prototype = invokeDynamicRef.getPrototype(); in visitConstant()
DBaseMachine.java100 public Prototype getPrototype() { in getPrototype() method in BaseMachine
/dalvik/dx/src/com/android/dx/dex/code/
DDalvInsnList.java207 count = invokeDynamicRef.getPrototype().getParameterTypes().getWordCount(); in getOutsSize()
220 count = proto.getPrototype().getParameterTypes().getWordCount(); in getOutsSize()
/dalvik/dx/src/com/android/dx/rop/code/
DInvokePolymorphicInsn.java237 return new CstProtoRef(callSiteMethod.getPrototype(true)); in makeCallSiteProto()
DRops.java1205 return opInvokeStatic(((CstMethodRef) cst).getPrototype()); in ropFor()
1209 Prototype meth = cstMeth.getPrototype(); in ropFor()
1216 Prototype meth = cstMeth.getPrototype(); in ropFor()
1223 Prototype meth = cstMeth.getPrototype(); in ropFor()
1230 Prototype meth = cstMeth.getPrototype(); in ropFor()
1237 Prototype proto = cstMeth.getPrototype(); in ropFor()
1244 Prototype proto = cstInvokeDynamicRef.getPrototype(); in ropFor()
/dalvik/dx/src/com/android/multidex/
DClassReferenceListBuilder.java105 checkPrototype(((CstBaseMethodRef) constant).getPrototype()); in addDependencies()
/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()