Searched refs:dvmPlatformInvoke (Results 1 - 7 of 7) sorted by relevance

/dalvik/vm/arch/generic/
H A DCall.cpp52 #define dvmPlatformInvoke dvmPlatformInvokeFFI macro
54 extern "C" void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo,
75 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc, function
/dalvik/vm/arch/x86/
H A DCall386ABI.S27 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
59 .global dvmPlatformInvoke
60 .type dvmPlatformInvoke, @function
89 dvmPlatformInvoke: label
177 .size dvmPlatformInvoke, .-dvmPlatformInvoke
/dalvik/vm/arch/mips/
H A DCallO32.S28 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
41 Please notice that argc in dvmPlatformInvoke does NOT include pEnv and clazz/this.
46 .globl dvmPlatformInvoke
47 .ent dvmPlatformInvoke
130 dvmPlatformInvoke: label
282 .end dvmPlatformInvoke
/dalvik/vm/
H A DNative.h52 extern "C" void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo,
H A DJni.cpp1095 * copy and modify it before calling dvmPlatformInvoke, or we have to do
1096 * the local reference replacement within dvmPlatformInvoke. The latter
1182 dvmPlatformInvoke(env,
/dalvik/vm/arch/arm/
H A DCallEABI.S39 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
84 .global dvmPlatformInvoke
85 .type dvmPlatformInvoke, %function
122 dvmPlatformInvoke: label
405 .size dvmPlatformInvoke, .-dvmPlatformInvoke
H A DCallOldABI.S32 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
73 .global dvmPlatformInvoke
74 .type dvmPlatformInvoke, %function
87 dvmPlatformInvoke: label

Completed in 113 milliseconds