• Home
  • Raw
  • Download

Lines Matching refs:suspendPolicy

48     jbyte suspendPolicy; /* NOTE: Must be the first field */  member
59 jbyte suspendPolicy; /* NOTE: Must be the first field */ member
85 jbyte suspendPolicy; /* NOTE: Must be the first field */ member
94 jbyte suspendPolicy; /* NOTE: Must be the first field */ member
505 if (recc->suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) { in handleReportEventCompositeCommand()
527 suspendWithInvokeEnabled(recc->suspendPolicy, thread); in handleReportEventCompositeCommand()
534 (void)outStream_writeByte(&out, recc->suspendPolicy); in handleReportEventCompositeCommand()
571 if (command->suspendPolicy == JDWP_SUSPEND_POLICY(ALL)) { in handleReportVMInitCommand()
573 } else if (command->suspendPolicy == JDWP_SUSPEND_POLICY(EVENT_THREAD)) { in handleReportVMInitCommand()
580 (void)outStream_writeByte(&out, command->suspendPolicy); in handleReportVMInitCommand()
664 && cmd->u.reportEventComposite.suspendPolicy == JDWP_SUSPEND_POLICY(ALL)) { in needBlockCommandLoop()
895 thisPolicy = command->u.eventCommand.suspendPolicy; in enumForCombinedSuspendPolicy()
898 thisPolicy = command->u.frameEventCommand.suspendPolicy; in enumForCombinedSuspendPolicy()
955 jbyte suspendPolicy = JDWP_SUSPEND_POLICY(NONE); in eventHelper_reportEvents() local
965 return suspendPolicy; in eventHelper_reportEvents()
967 (void)bagEnumerateOver(eventBag, enumForCombinedSuspendPolicy, &suspendPolicy); in eventHelper_reportEvents()
978 recc->suspendPolicy = suspendPolicy; in eventHelper_reportEvents()
989 wait = (jboolean)((suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) || in eventHelper_reportEvents()
992 return suspendPolicy; in eventHelper_reportEvents()
996 eventHelper_recordEvent(EventInfo *evinfo, jint id, jbyte suspendPolicy, in eventHelper_recordEvent() argument
1006 command->u.eventCommand.suspendPolicy = suspendPolicy; in eventHelper_recordEvent()
1030 eventHelper_recordFrameEvent(jint id, jbyte suspendPolicy, EventIndex ei, in eventHelper_recordFrameEvent() argument
1047 frameCommand->suspendPolicy = suspendPolicy; in eventHelper_recordFrameEvent()
1096 eventHelper_reportVMInit(JNIEnv *env, jbyte sessionID, jthread thread, jbyte suspendPolicy) in eventHelper_reportVMInit() argument
1106 command->u.reportVMInit.suspendPolicy = suspendPolicy; in eventHelper_reportVMInit()