Lines Matching refs:JDWP_SUSPEND_POLICY
490 if (policy == JDWP_SUSPEND_POLICY(ALL)) { in suspendWithInvokeEnabled()
505 if (recc->suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) { in handleReportEventCompositeCommand()
571 if (command->suspendPolicy == JDWP_SUSPEND_POLICY(ALL)) { in handleReportVMInitCommand()
573 } else if (command->suspendPolicy == JDWP_SUSPEND_POLICY(EVENT_THREAD)) { in handleReportVMInitCommand()
664 && cmd->u.reportEventComposite.suspendPolicy == JDWP_SUSPEND_POLICY(ALL)) { in needBlockCommandLoop()
901 thisPolicy = JDWP_SUSPEND_POLICY(NONE); in enumForCombinedSuspendPolicy()
904 if (*policy == JDWP_SUSPEND_POLICY(NONE)) { in enumForCombinedSuspendPolicy()
906 } else if (*policy == JDWP_SUSPEND_POLICY(EVENT_THREAD)) { in enumForCombinedSuspendPolicy()
907 *policy = (thisPolicy == JDWP_SUSPEND_POLICY(ALL))? in enumForCombinedSuspendPolicy()
912 if (*policy == JDWP_SUSPEND_POLICY(ALL)) { in enumForCombinedSuspendPolicy()
955 jbyte suspendPolicy = JDWP_SUSPEND_POLICY(NONE); in eventHelper_reportEvents()
989 wait = (jboolean)((suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) || in eventHelper_reportEvents()