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

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

Completed in 1591 milliseconds