Searched refs:dvmResolveNativeMethod (Results 1 – 4 of 4) sorted by relevance
78 void dvmResolveNativeMethod(const u4* args, JValue* pResult,
70 void dvmResolveNativeMethod(const u4* args, JValue* pResult, in dvmResolveNativeMethod() function531 dvmSetNativeFunc(meth, dvmResolveNativeMethod, NULL); in unregisterJNINativeMethods()
788 if (method->nativeFunc != dvmResolveNativeMethod) { in dvmRegisterJNIMethod()
2208 meth->nativeFunc = dvmResolveNativeMethod; in loadMethodFromDex()