Lines Matching refs:idx
67 pLoc->idx = read8BE(pBuf);
78 expandBufAdd8BE(pReply, pLoc->idx);
1300 i, frameId, loc.typeTag, loc.classId, loc.methodId, loc.idx);
1574 int idx;
1596 for (idx = 0; idx < (int) modifierCount; idx++) {
1601 pEvent->mods[idx].modKind = modKind;
1610 pEvent->mods[idx].count.count = count;
1617 pEvent->mods[idx].conditional.exprId = exprId;
1624 pEvent->mods[idx].threadOnly.threadId = threadId;
1632 pEvent->mods[idx].classOnly.referenceTypeId = clazzId;
1643 pEvent->mods[idx].classMatch.classPattern =
1655 pEvent->mods[idx].classExclude.classPattern =
1665 LOGVV(" LocationOnly: typeTag=%d classId=%llx methodId=%x idx=%llx\n",
1666 loc.typeTag, loc.classId, loc.methodId, loc.idx);
1667 pEvent->mods[idx].locationOnly.loc = loc;
1683 pEvent->mods[idx].exceptionOnly.refTypeId = exceptionOrNull;
1684 pEvent->mods[idx].exceptionOnly.caught = caught;
1685 pEvent->mods[idx].exceptionOnly.uncaught = uncaught;
1693 pEvent->mods[idx].fieldOnly.refTypeId = declaring;
1694 pEvent->mods[idx].fieldOnly.fieldId = fieldId;;
1709 pEvent->mods[idx].step.threadId = threadId;
1710 pEvent->mods[idx].step.size = size;
1711 pEvent->mods[idx].step.depth = depth;
1718 pEvent->mods[idx].instanceOnly.objectId = instance;