Home | History | Annotate | Download | only in analysis

Lines Matching refs:outsSize

1209     if (expectedArgs > meth->outsSize) {
1210 LOG_VFY("VFY: invalid arg count (%d) exceeds outsSize (%d)",
1211 expectedArgs, meth->outsSize);