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,
490 * (nativeFunc points at dvmResolveNativeMethod, insns holds NULL), but
499 * initial state, leaving insns alone, because dvmResolveNativeMethod
532 dvmSetNativeFunc(meth, dvmResolveNativeMethod, NULL);
Jni.cpp 786 if (method->nativeFunc != dvmResolveNativeMethod) {
    [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]

Completed in 42 milliseconds