Home
last modified time | relevance | path

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

/dalvik/vm/
DJni.cpp1091 u4* modArgs = (u4*) args; in dvmCallJNIMethod() local
1113 modArgs[idx++] = (u4) addLocalReference(self, (Object*) modArgs[0]); in dvmCallJNIMethod()
1122 if (modArgs[idx] != 0) { in dvmCallJNIMethod()
1123 modArgs[idx] = (u4) addLocalReference(self, (Object*) modArgs[idx]); in dvmCallJNIMethod()
1154 method->jniArgInfo, method->insSize, modArgs, method->shorty, in dvmCallJNIMethod()