HomeSort by relevance Sort by last modified time
    Searched refs:dvmResolveNativeMethod (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/
Native.h 78 void dvmResolveNativeMethod(const u4* args, JValue* pResult,
Native.cpp 70 void dvmResolveNativeMethod(const u4* args, JValue* pResult,
492 * (nativeFunc points at dvmResolveNativeMethod, insns holds NULL), but
501 * initial state, leaving insns alone, because dvmResolveNativeMethod
534 dvmSetNativeFunc(meth, dvmResolveNativeMethod, NULL);
Jni.cpp 760 if (method->nativeFunc != dvmResolveNativeMethod) {
    [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]

Completed in 412 milliseconds