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

/dalvik/vm/interp/
H A DStack.cpp664 int verifyCount, argListLength; local
670 argListLength = argList->length;
672 argListLength = 0;
673 if (argListLength != (int) params->length) {
676 params->length, argListLength);
705 for (int i = 0; i < argListLength; i++) {

Completed in 32 milliseconds