Lines Matching refs:reqCnt
1194 jint reqCnt; in commonResumeList() local
1199 reqCnt = 0; in commonResumeList()
1203 &reqCnt); in commonResumeList()
1204 if (reqCnt == 0) { in commonResumeList()
1212 reqList = newArray(reqCnt, sizeof(jthread)); in commonResumeList()
1217 results = newArray(reqCnt, sizeof(jvmtiError)); in commonResumeList()
1228 (gdata->jvmti, reqCnt, reqList, results); in commonResumeList()
1229 for (i = 0; i < reqCnt; i++) { in commonResumeList()
1264 jint reqCnt; in commonSuspendList() local
1268 reqCnt = 0; in commonSuspendList()
1306 reqList[reqCnt++] = initList[i]; in commonSuspendList()
1310 if (reqCnt > 0) { in commonSuspendList()
1311 jvmtiError *results = newArray(reqCnt, sizeof(jvmtiError)); in commonSuspendList()
1321 (gdata->jvmti, reqCnt, reqList, results); in commonSuspendList()
1322 for (i = 0; i < reqCnt; i++) { in commonSuspendList()