Lines Matching refs:proto
260 DexProto proto;
261 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
268 resMethod = dvmFindDirectMethod(resClass, name, &proto);
276 resMethod = dvmFindMethodHier(resClass, name, &proto);
1574 DexProto proto;
1575 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
1576 result = dexProtoCompare(&proto, &method->prototype);