Lines Matching refs:recc
499 ReportEventCompositeCommand *recc) in handleReportEventCompositeCommand() argument
502 jint count = recc->eventCount; in handleReportEventCompositeCommand()
505 if (recc->suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) { in handleReportEventCompositeCommand()
510 CommandSingle *single = &(recc->singleCommand[i]); in handleReportEventCompositeCommand()
527 suspendWithInvokeEnabled(recc->suspendPolicy, thread); in handleReportEventCompositeCommand()
534 (void)outStream_writeByte(&out, recc->suspendPolicy); in handleReportEventCompositeCommand()
538 CommandSingle *single = &(recc->singleCommand[i]); in handleReportEventCompositeCommand()
937 ReportEventCompositeCommand *recc; member
945 (void)memcpy(&tracker->recc->singleCommand[tracker->index++], in enumForCopyingSingles()
961 ReportEventCompositeCommand *recc; in eventHelper_reportEvents() local
977 recc = &command->u.reportEventComposite; in eventHelper_reportEvents()
978 recc->suspendPolicy = suspendPolicy; in eventHelper_reportEvents()
979 recc->eventCount = size; in eventHelper_reportEvents()
980 tracker.recc = recc; in eventHelper_reportEvents()