Searched refs:LocationOnly (Results 1 – 8 of 8) sorted by relevance
99 struct LocationFilter LocationOnly; member197 case JDWP_REQUEST_MODIFIER(LocationOnly): in clearFilters()198 tossGlobalRef(env, &(filter->u.LocationOnly.clazz)); in clearFilters()423 case JDWP_REQUEST_MODIFIER(LocationOnly): in eventFilterRestricted_passesFilter()425 filter->u.LocationOnly.method || in eventFilterRestricted_passesFilter()427 filter->u.LocationOnly.location || in eventFilterRestricted_passesFilter()428 !isSameObject(env, clazz, filter->u.LocationOnly.clazz)) { in eventFilterRestricted_passesFilter()692 case JDWP_REQUEST_MODIFIER(LocationOnly): in eventFilterRestricted_isBreakpointInClass()693 return isSameObject(env, clazz, filter->u.LocationOnly.clazz); in eventFilterRestricted_isBreakpointInClass()757 LocationFilter *filter = &FILTER(node, index).u.LocationOnly; in eventFilter_setLocationOnlyFilter()[all …]
86 case JDWP_REQUEST_MODIFIER(LocationOnly): { in readAndSetFilters()
48 public static final byte LocationOnly = 7; field in EventMod.ModKind
109 EventMod mod = new EventMod(EventMod.ModKind.LocationOnly); in setLocationOnly()
1191 case EventMod.ModKind.LocationOnly: { in setEvent()
111 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()
324 filters.add(0,JDWP.EventRequest.Set.Modifier.LocationOnly in BreakpointRequestImpl()
2385 (Alt LocationOnly=7