Home | History | Annotate | Download | only in jdwp

Lines Matching refs:matchCount

387     int matchCount)
391 while (matchCount--) {
561 int matchCount)
565 while (matchCount--) {
855 int matchCount = 0;
859 &matchCount);
862 &matchCount);
865 &matchCount);
868 &matchCount);
871 if (matchCount != 0) {
873 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
878 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
884 expandBufAdd4BE(pReq, matchCount);
886 for (int i = 0; i < matchCount; i++) {
894 cleanupMatchList(state, matchList, matchCount);
910 return matchCount != 0;
941 int matchCount = 0;
945 &matchCount);
948 &matchCount);
951 if (matchCount != 0) {
953 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
956 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
962 expandBufAdd4BE(pReq, matchCount);
964 for (int i = 0; i < matchCount; i++) {
972 cleanupMatchList(state, matchList, matchCount);
987 return matchCount != 0;
1050 int matchCount = 0;
1052 findMatchingEvents(state, EK_EXCEPTION, &basket, matchList, &matchCount);
1055 if (matchCount != 0) {
1057 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
1072 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
1078 expandBufAdd4BE(pReq, matchCount);
1080 for (int i = 0; i < matchCount; i++) {
1095 cleanupMatchList(state, matchList, matchCount);
1111 return matchCount != 0;
1144 int matchCount = 0;
1147 &matchCount);
1150 if (matchCount != 0) {
1152 dvmJdwpEventKindStr(matchList[0]->eventKind), matchCount,
1155 suspendPolicy = scanSuspendPolicy(matchList, matchCount);
1173 expandBufAdd4BE(pReq, matchCount);
1175 for (int i = 0; i < matchCount; i++) {
1187 cleanupMatchList(state, matchList, matchCount);
1204 return matchCount != 0;