Home
last modified time | relevance | path

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

/dalvik/vm/native/
Djava_lang_Object.c103 (DalvikNativeFunc) Dalvik_java_lang_Object_notify },
105 (DalvikNativeFunc) Dalvik_java_lang_Object_notifyAll },
107 (DalvikNativeFunc) Dalvik_java_lang_Object_wait },
DInternalNative.h27 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method);
DREADME.txt18 The functions here use the DalvikNativeFunc prototype, but we can
DInternalNative.c97 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method) in dvmLookupInternalNativeMethod()
/dalvik/vm/
DNative.h31 DalvikNativeFunc fnPtr;
/dalvik/vm/oo/
DObject.h63 typedef void (*DalvikNativeFunc)(const u4* args, JValue* pResult); typedef