Home | History | Annotate | Download | only in jdwp

Lines Matching refs:modifier_count

1235   int32_t modifier_count = request.ReadSigned32("modifier count");
1237 CHECK_LT(modifier_count, 256); /* reasonableness check */
1239 JdwpEvent* pEvent = EventAlloc(modifier_count);
1242 pEvent->modCount = modifier_count;
1248 for (int32_t i = 0; i < modifier_count; ++i) {