Searched refs:thisPolicy (Results 1 – 1 of 1) sorted by relevance
890 jbyte thisPolicy; in enumForCombinedSuspendPolicy() local895 thisPolicy = command->u.eventCommand.suspendPolicy; in enumForCombinedSuspendPolicy()898 thisPolicy = command->u.frameEventCommand.suspendPolicy; in enumForCombinedSuspendPolicy()901 thisPolicy = JDWP_SUSPEND_POLICY(NONE); in enumForCombinedSuspendPolicy()905 *policy = thisPolicy; in enumForCombinedSuspendPolicy()907 *policy = (thisPolicy == JDWP_SUSPEND_POLICY(ALL))? in enumForCombinedSuspendPolicy()908 thisPolicy : *policy; in enumForCombinedSuspendPolicy()