Searched refs:methods (Results 1 – 25 of 40) sorted by relevance
12
32 final private StdMethodList methods; field in MethodListParser45 methods = new StdMethodList(getCount()); in MethodListParser()55 return methods; in getList()83 methods.set(n, meth); in set()
24 methods[0]:34 end methods[0]
28 # methods[0]
23 methods[0]:28 end methods[0]
25 methods[0]:36 end methods[0]
29 # methods[0]
24 methods[0]:40 end methods[0]
26 methods[0]:38 end methods[0]
30 # methods[0]
25 methods[0]:50 end methods[0]
4 This tool dumps a list of fields and methods that a DEX file uses but does6 determine whether an APK is accessing fields and calling methods that it32 opposed to also listing fields and methods.
26 methods[0]:44 end methods[0]
31 # methods[0]
29 methods[0]:55 end methods[0]
28 methods[0]:49 end methods[0]
134 MethodRef[] methods = classes[i].getMethodArray(); in printMethodRefs() local136 for (int j = 0; j < methods.length; j++) { in printMethodRefs()137 MethodRef ref = methods[j]; in printMethodRefs()207 MethodRef[] methods = cref.getMethodArray(); in printXmlMethods() local208 for (int i = 0; i < methods.length; i++) { in printXmlMethods()209 MethodRef mref = methods[i]; in printXmlMethods()
147 struct MethodEntry **methods; /* list of methods in this class */ member154 struct MethodEntry **methods; /* list of methods with same name */ member189 MethodEntry* methods; /* 2 extra methods: "toplevel" and "unknown" */ member490 int64_t idA = classA->methods[0]->methodId; in compareClassExclusive()491 int64_t idB = classB->methods[0]->methodId; in compareClassExclusive()550 result = strcmp(uniqueA->methods[0]->className, in compareUniqueExclusive()551 uniqueB->methods[0]->className); in compareUniqueExclusive()553 int64_t idA = uniqueA->methods[0]->methodId; in compareUniqueExclusive()554 int64_t idB = uniqueB->methods[0]->methodId; in compareUniqueExclusive()574 free(pKeys->methods); in freeDataKeys()[all …]
142 MethodList methods = clazz.getMethods(); in keepAnnotated() local143 for (int i = 0; i<methods.size(); i++) { in keepAnnotated()144 if (hasRuntimeVisibleAnnotation(methods.get(i))) { in keepAnnotated()
2 a couple cases of synchronized methods get converted reasonably.
2 throws lists (that is, list of declared exceptions on methods) get
2 identical throws lists in different methods get collapsed into a single