Home | History | Annotate | Download | only in oo

Lines Matching defs: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);
576 const DexProto* proto)
579 proto);
589 const char* methodName, const DexProto* proto)
592 proto);
609 const DexProto* proto)
612 proto);