Home
last modified time | relevance | path

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

/dalvik/vm/native/
Djava_lang_Object.cpp102 (DalvikNativeFunc) Dalvik_java_lang_Object_notify },
104 (DalvikNativeFunc) Dalvik_java_lang_Object_notifyAll },
106 (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.cpp98 DalvikNativeFunc dvmLookupInternalNativeMethod(const Method* method) in dvmLookupInternalNativeMethod()
/dalvik/vm/
DNative.h31 DalvikNativeFunc fnPtr;
DNative.cpp90 DalvikNativeFunc infunc = dvmLookupInternalNativeMethod(method); in dvmResolveNativeMethod()
/dalvik/vm/oo/
DObject.h53 typedef void (*DalvikNativeFunc)(const u4* args, JValue* pResult); typedef