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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DMethodIdItem.java38 private ProtoIdItem methodPrototype; field in class:MethodIdItem
53 * @param methodPrototype the type of the method
56 private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) { argument
59 this.methodPrototype = methodPrototype;
68 * @param methodPrototype the type of the method
74 ProtoIdItem methodPrototype, StringIdItem methodName) {
75 MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType, methodPrototype, methodName);
84 * @param methodPrototype the type of the method
90 ProtoIdItem methodPrototype, StringIdIte
73 internMethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) argument
89 lookupMethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) argument
[all...]

Completed in 70 milliseconds