Home | History | Annotate | Download | only in jdwp

Lines Matching refs:idx

50     pLoc->idx = read8BE(pBuf);
61 expandBufAdd8BE(pReply, pLoc->idx);
1139 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx);
1395 for (u4 idx = 0; idx < modifierCount; idx++) {
1398 pEvent->mods[idx].modKind = modKind;
1407 pEvent->mods[idx].count.count = count;
1414 pEvent->mods[idx].conditional.exprId = exprId;
1421 pEvent->mods[idx].threadOnly.threadId = threadId;
1429 pEvent->mods[idx].classOnly.refTypeId = clazzId;
1440 pEvent->mods[idx].classMatch.classPattern =
1452 pEvent->mods[idx].classExclude.classPattern =
1462 LOGVV(" LocationOnly: typeTag=%d classId=%llx methodId=%x idx=%llx",
1463 loc.typeTag, loc.classId, loc.methodId, loc.idx);
1464 pEvent->mods[idx].locationOnly.loc = loc;
1480 pEvent->mods[idx].exceptionOnly.refTypeId = exceptionOrNull;
1481 pEvent->mods[idx].exceptionOnly.caught = caught;
1482 pEvent->mods[idx].exceptionOnly.uncaught = uncaught;
1490 pEvent->mods[idx].fieldOnly.refTypeId = declaring;
1491 pEvent->mods[idx].fieldOnly.fieldId = fieldId;
1506 pEvent->mods[idx].step.threadId = threadId;
1507 pEvent->mods[idx].step.size = size;
1508 pEvent->mods[idx].step.depth = depth;
1515 pEvent->mods[idx].instanceOnly.objectId = instance;