Home | History | Annotate | Download | only in jdwp

Lines Matching refs:modKind

1597         u1 modKind;
1599 modKind = read1(&buf);
1601 pEvent->mods[idx].modKind = modKind;
1603 switch (modKind) {
1722 LOGW("GLITCH: unsupported modKind=%d\n", modKind);