HomeSort by relevance Sort by last modified time
    Searched defs:dvmPlatformInvoke (Results 1 - 6 of 6) 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 38 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
83 .global dvmPlatformInvoke
84 .type dvmPlatformInvoke, %function
126 dvmPlatformInvoke:
  /dalvik/vm/arch/x86/
Call386ABI.S 27 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
58 .global dvmPlatformInvoke
59 .type dvmPlatformInvoke, @function
88 dvmPlatformInvoke:
173 .size dvmPlatformInvoke, .-dvmPlatformInvoke
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 26 * void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
76 .global dvmPlatformInvoke
77 .type dvmPlatformInvoke, %function
80 dvmPlatformInvoke:
  /dalvik/vm/arch/generic/
Call.c 58 void dvmPlatformInvoke(void* pEnv, ClassObject* clazz, int argInfo, int argc,
  /dalvik/vm/arch/sh/
CallSH4ABI.S 25 .type dvmPlatformInvoke, #function
26 .globl dvmPlatformInvoke
48 dvmPlatformInvoke:
399 rts /* dvmPlatformInvoke returns void. */

Completed in 48 milliseconds