Searched refs:JDWP_SUSPEND_POLICY (Results 1 – 5 of 5) sorted by relevance
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()[all …]
70 if (node->suspendPolicy == JDWP_SUSPEND_POLICY(EVENT_THREAD)) { in handleClassPrepare()71 node->suspendPolicy = JDWP_SUSPEND_POLICY(ALL); in handleClassPrepare()
57 #define JDWP_SUSPEND_POLICY(name) \ macro
838 suspendPolicy = suspendOnInit ? JDWP_SUSPEND_POLICY(ALL) in initialize()839 : JDWP_SUSPEND_POLICY(NONE); in initialize()
437 if (thread != NULL && suspendPolicy != JDWP_SUSPEND_POLICY(NONE)) { in reportEvents()1686 ei, JDWP_SUSPEND_POLICY(NONE)); in createInternal()