Home | History | Annotate | Download | only in jdwp

Lines Matching defs:max_count

581   int32_t max_count = request->ReadSigned32("max count");
582 if (max_count < 0) {
587 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances);
880 int32_t max_count = request->ReadSigned32("max count");
881 if (max_count < 0) {
886 JdwpError rc = Dbg::GetReferringObjects(object_id, max_count, &referring_objects);