Searched refs:DalvikNativeFunc (Results 1 – 7 of 7) sorted by relevance
102 (DalvikNativeFunc) Dalvik_java_lang_Object_notify },104 (DalvikNativeFunc) Dalvik_java_lang_Object_notifyAll },106 (DalvikNativeFunc) Dalvik_java_lang_Object_wait },
27 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method);
18 The functions here use the DalvikNativeFunc prototype, but we can
98 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method) in dvmLookupInternalNativeMethod()
31 DalvikNativeFunc fnPtr;
90 DalvikNativeFunc infunc = dvmLookupInternalNativeMethod(method); in dvmResolveNativeMethod()
53 typedef void (*DalvikNativeFunc)(const u4* args, JValue* pResult); typedef