/dalvik/dx/src/com/android/dx/rop/cst/ |
D | CstProtoRef.java | 52 return getPrototype().equals(otherCstProtoRef.getPrototype()); in equals() 76 return prototype.compareTo(otherCstProtoRef.getPrototype()); in compareTo0() 91 public Prototype getPrototype() { in getPrototype() method in CstProtoRef
|
D | CstBaseMethodRef.java | 69 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()
|
D | CstCallSiteRef.java | 89 public Prototype getPrototype() { in getPrototype() method in CstCallSiteRef 90 return invokeDynamic.getPrototype(); in getPrototype()
|
D | CstInvokeDynamic.java | 162 public Prototype getPrototype() { in getPrototype() method in CstInvokeDynamic
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | CstBaseMethodRef.java | 60 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/ |
D | MethodIdItem.java | 46 protoIds.intern(getMethodRef().getPrototype()); in addContents() 62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
|
D | DebugInfoDecoder.java | 102 this.desc = ref.getPrototype(); in DebugInfoDecoder()
|
D | DebugInfoEncoder.java | 114 this.desc = ref.getPrototype(); in DebugInfoEncoder()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | MethodIdItem.java | 46 protoIds.intern(getMethodRef().getPrototype()); in addContents() 62 return protoIds.indexOf(getMethodRef().getPrototype()); in getTypoidIdx()
|
D | ProtoIdsSection.java | 67 IndexedItem result = protoIds.get(protoRef.getPrototype()); in get()
|
D | ValueEncoder.java | 165 int index = file.getProtoIds().indexOf(((CstProtoRef) cst).getPrototype()); in writeConstant()
|
D | DexFile.java | 540 protoIds.intern(((CstProtoRef) cst).getPrototype()); in internIfAppropriate()
|
D | DebugInfoDecoder.java | 113 this.desc = ref.getPrototype(); in DebugInfoDecoder()
|
D | DebugInfoEncoder.java | 122 this.desc = ref.getPrototype(); in DebugInfoEncoder()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | Machine.java | 39 public Prototype getPrototype(); in getPrototype() method
|
D | RopperMachine.java | 458 Rops.opInvokeStatic(MULTIANEWARRAY_METHOD.getPrototype()), in run() 464 rop = Rops.opMoveResult(MULTIANEWARRAY_METHOD.getPrototype() in run() 506 returnType = ((CstMethodRef) cst).getPrototype().getReturnType(); in run()
|
D | Simulator.java | 566 Type returnType = machine.getPrototype().getReturnType(); in checkReturnType() 706 = ((CstMethodRef) cst).getPrototype(staticMethod); in visitConstant() 713 Prototype prototype = invokeDynamicRef.getPrototype(); in visitConstant()
|
D | BaseMachine.java | 100 public Prototype getPrototype() { in getPrototype() method in BaseMachine
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | DalvInsnList.java | 207 count = invokeDynamicRef.getPrototype().getParameterTypes().getWordCount(); in getOutsSize() 220 count = proto.getPrototype().getParameterTypes().getWordCount(); in getOutsSize()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | InvokePolymorphicInsn.java | 237 return new CstProtoRef(callSiteMethod.getPrototype(true)); in makeCallSiteProto()
|
D | Rops.java | 1205 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/ |
D | ClassReferenceListBuilder.java | 105 checkPrototype(((CstBaseMethodRef) constant).getPrototype()); in addDependencies()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | Rops.java | 1204 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()
|