Searched refs:allMethods (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/reflect/
H A DProxy.cpp34 static int copyWithoutDuplicates(Method** allMethods, int allCount,
245 Method** allMethods = NULL; local
276 allMethods = (Method**) malloc(maxCount * sizeof(*methods));
277 if (methods == NULL || allMethods == NULL)
285 allMethods[0] = obj->vtable[gDvm.voffJavaLangObject_equals];
286 allMethods[1] = obj->vtable[gDvm.voffJavaLangObject_hashCode];
287 allMethods[2] = obj->vtable[gDvm.voffJavaLangObject_toString];
300 allMethods[allCount++] = &clazz->virtualMethods[j];
308 allMethods[allCount++] = &iclass->virtualMethods[k];
328 actualCount = copyWithoutDuplicates(allMethods, allCoun
374 copyWithoutDuplicates(Method** allMethods, int allCount, Method** outMethods, ArrayObject* throwLists) argument
[all...]
/dalvik/dx/src/com/android/dx/io/
H A DClassData.java56 public Method[] allMethods() { method in class:ClassData
/dalvik/dx/src/com/android/dx/command/grep/
H A DGrep.java101 for (ClassData.Method method : classData.allMethods()) {
/dalvik/dx/src/com/android/dx/command/findusages/
H A DFindUsages.java135 for (ClassData.Method method : classData.allMethods()) {

Completed in 59 milliseconds