Home | History | Annotate | Download | only in jdwp

Lines Matching refs:matchCount

388     int matchCount)
392 while (matchCount--) {
562 int matchCount)
566 while (matchCount--) {
856 int matchCount = 0;
860 &matchCount);
863 &matchCount);
866 &matchCount);
869 &matchCount);
872 if (matchCount != 0) {
874 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
879 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
885 expandBufAdd4BE(pReq, matchCount);
887 for (int i = 0; i < matchCount; i++) {
895 cleanupMatchList(state, matchList, matchCount);
911 return matchCount != 0;
942 int matchCount = 0;
946 &matchCount);
949 &matchCount);
952 if (matchCount != 0) {
954 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
957 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
963 expandBufAdd4BE(pReq, matchCount);
965 for (int i = 0; i < matchCount; i++) {
973 cleanupMatchList(state, matchList, matchCount);
988 return matchCount != 0;
1051 int matchCount = 0;
1053 findMatchingEvents(state, EK_EXCEPTION, &basket, matchList, &matchCount);
1056 if (matchCount != 0) {
1058 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
1073 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
1079 expandBufAdd4BE(pReq, matchCount);
1081 for (int i = 0; i < matchCount; i++) {
1096 cleanupMatchList(state, matchList, matchCount);
1112 return matchCount != 0;
1145 int matchCount = 0;
1148 &matchCount);
1151 if (matchCount != 0) {
1153 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
1156 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
1174 expandBufAdd4BE(pReq, matchCount);
1176 for (int i = 0; i < matchCount; i++) {
1188 cleanupMatchList(state, matchList, matchCount);
1205 return matchCount != 0;