Home
last modified time | relevance | path

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

/dalvik/vm/
DNative.h78 void dvmResolveNativeMethod(const u4* args, JValue* pResult,
DNative.cpp70 void dvmResolveNativeMethod(const u4* args, JValue* pResult, in dvmResolveNativeMethod() function
531 dvmSetNativeFunc(meth, dvmResolveNativeMethod, NULL); in unregisterJNINativeMethods()
DJni.cpp788 if (method->nativeFunc != dvmResolveNativeMethod) { in dvmRegisterJNIMethod()
/dalvik/vm/oo/
DClass.cpp2208 meth->nativeFunc = dvmResolveNativeMethod; in loadMethodFromDex()