Home
last modified time | relevance | path

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

/dalvik/vm/interp/
DStack.c666 int verifyCount, argListLength; in dvmInvokeMethod() local
671 argListLength = argList->length; in dvmInvokeMethod()
673 argListLength = 0; in dvmInvokeMethod()
674 if (argListLength != (int) params->length) { in dvmInvokeMethod()
676 params->length, argListLength); in dvmInvokeMethod()
709 for (i = 0; i < argListLength; i++) { in dvmInvokeMethod()