Home
last modified time | relevance | path

Searched refs:recc (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/back/
DeventHelper.c499 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
[all …]