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

  /dalvik/vm/native/
InternalNative.h 27 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method);
29 /* exception-throwing stub for abstract methods (DalvikNativeFunc) */
java_lang_Object.cpp 61 * DalvikNativeFunc, because we really want to avoid the "self" lookup.
102 (DalvikNativeFunc) Dalvik_java_lang_Object_notify },
104 (DalvikNativeFunc) Dalvik_java_lang_Object_notifyAll },
106 (DalvikNativeFunc) Dalvik_java_lang_Object_wait },
InternalNative.cpp 98 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method)
  /dalvik/vm/
Native.h 31 DalvikNativeFunc fnPtr;
Native.cpp 90 DalvikNativeFunc infunc = dvmLookupInternalNativeMethod(method);
  /dalvik/vm/oo/
Object.h 53 typedef void (*DalvikNativeFunc)(const u4* args, JValue* pResult);
545 * DalvikNativeFunc; the former takes an argument superset (i.e. two

Completed in 1167 milliseconds