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

/dalvik/vm/analysis/
H A DRegisterMap.c607 static bool writeMapForMethod(const Method* meth, u1** pPtr) function
671 if (!writeMapForMethod(&clazz->directMethods[i], &ptr)) {
682 if (!writeMapForMethod(&clazz->virtualMethods[i], &ptr)) {

Completed in 286 milliseconds