Home | History | Annotate | Download | only in oo

Lines Matching refs:proto

212     const DexProto* proto;
218 proto = &method->prototype;
220 if (strcmp(returnType, dexProtoGetReturnType(proto)) != 0) {
224 if (dexProtoGetParameterCount(proto) != argCount) {
228 dexParameterIteratorInit(&iterator, proto);
426 MethodType wantedType, bool isHier, const char* name, const DexProto* proto)
437 if (dvmCompareNameProtoAndMethod(name, proto, method) == 0) {
445 if (dvmCompareNameProtoAndMethod(name, proto, method) == 0) {
512 const DexProto* proto)
515 proto);
538 const char* methodName, const DexProto* proto)
541 proto);
573 const char* methodName, const DexProto* proto)
575 Method* resMethod = dvmFindVirtualMethod(iface, methodName, proto);
581 methodName, proto);
621 const DexProto* proto)
624 proto);
634 const char* methodName, const DexProto* proto)
637 proto);
654 const DexProto* proto)
657 proto);