Home
last modified time | relevance | path

Searched refs:verifyMethod (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/analysis/
DDexVerify.c26 static bool verifyMethod(Method* meth);
78 if (!verifyMethod(&clazz->directMethods[i])) { in dvmVerifyClass()
84 if (!verifyMethod(&clazz->virtualMethods[i])) { in dvmVerifyClass()
118 static bool verifyMethod(Method* meth) in verifyMethod() function