Searched refs:DalvikNativeFunc (Results 1 – 6 of 6) sorted by relevance
103 (DalvikNativeFunc) Dalvik_java_lang_Object_notify },105 (DalvikNativeFunc) Dalvik_java_lang_Object_notifyAll },107 (DalvikNativeFunc) Dalvik_java_lang_Object_wait },
27 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method);
18 The functions here use the DalvikNativeFunc prototype, but we can
97 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method) in dvmLookupInternalNativeMethod()
31 DalvikNativeFunc fnPtr;
63 typedef void (*DalvikNativeFunc)(const u4* args, JValue* pResult); typedef