Searched refs:dstIndex (Results 1 – 2 of 2) sorted by relevance
810 size_t dstIndex = 0; in boxMethodArgs() local823 argObjects[dstIndex] = (Object*) dvmBoxPrimitive(value, in boxMethodArgs()826 dvmReleaseTrackedAlloc(argObjects[dstIndex], NULL); in boxMethodArgs()827 dstIndex++; in boxMethodArgs()833 argObjects[dstIndex] = (Object*) dvmBoxPrimitive(value, in boxMethodArgs()835 dvmReleaseTrackedAlloc(argObjects[dstIndex], NULL); in boxMethodArgs()836 dstIndex++; in boxMethodArgs()840 argObjects[dstIndex++] = (Object*) args[srcIndex++]; in boxMethodArgs()
835 u4 dstIndex; in processAnnotationSet() local860 dstIndex = 0; in processAnnotationSet()871 dvmSetObjectArrayElement(annoArray, dstIndex, anno); in processAnnotationSet()872 ++dstIndex; in processAnnotationSet()