HomeSort by relevance Sort by last modified time
    Searched defs:dvmPlatformInvoke (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/arch/arm/
CallOldABI.S 32 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
73 .global dvmPlatformInvoke
74 .type dvmPlatformInvoke, %function
87 dvmPlatformInvoke:
CallEABI.S 39 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
84 .global dvmPlatformInvoke
85 .type dvmPlatformInvoke, %function
122 dvmPlatformInvoke:
405 .size dvmPlatformInvoke, .-dvmPlatformInvoke
  /dalvik/vm/arch/mips/
CallO32.S 28 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:
282 .end dvmPlatformInvoke
  /dalvik/vm/arch/generic/
Call.cpp 52 #define dvmPlatformInvoke dvmPlatformInvokeFFI
54 extern "C" void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo,
75 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
  /dalvik/vm/arch/x86/
Call386ABI.S 27 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
59 .global dvmPlatformInvoke
60 .type dvmPlatformInvoke, @function
89 dvmPlatformInvoke:
177 .size dvmPlatformInvoke, .-dvmPlatformInvoke

Completed in 3877 milliseconds