Searched refs:DalvikNativeFunc (Results 1 - 6 of 6) sorted by relevance

/dalvik/vm/native/
H A DInternalNative.h27 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method);
29 /* exception-throwing stub for abstract methods (DalvikNativeFunc) */
H A Djava_lang_Object.cpp61 * 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 },
H A DInternalNative.cpp98 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method)
/dalvik/vm/
H A DNative.h31 DalvikNativeFunc fnPtr;
H A DNative.cpp90 DalvikNativeFunc infunc = dvmLookupInternalNativeMethod(method);
/dalvik/vm/oo/
H A DObject.h53 typedef void (*DalvikNativeFunc)(const u4* args, JValue* pResult); typedef
543 * DalvikNativeFunc; the former takes an argument superset (i.e. two

Completed in 3187 milliseconds