Searched refs:FIELD_ACCESS (Results 1 – 11 of 11) sorted by relevance
94 if (fieldEventKind == JDWPConstants.EventKind.FIELD_ACCESS) { in checkEvent()117 JDWPConstants.EventKind.FIELD_ACCESS; in getFieldEventKind()
69 JDWPConstants.EventKind.FIELD_ACCESS, in testFieldAccessEvent()71 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.FIELD_ACCESS), in testFieldAccessEvent()
190 runFieldWatchpointTest(JDWPConstants.EventKind.FIELD_ACCESS); in testFieldAccess()442 if (fieldEventKind == JDWPConstants.EventKind.FIELD_ACCESS) { in setFieldWatchpoint()
296 public static final byte FIELD_ACCESS = 20; field in JDWPConstants.EventKind356 case FIELD_ACCESS: in getName()
517 super(suspendPolicy, packet, JDWPConstants.EventKind.FIELD_ACCESS); in Event_FIELD_ACCESS()716 case JDWPConstants.EventKind.FIELD_ACCESS: { in parseEventPacket()
1437 byte eventKind = JDWPConstants.EventKind.FIELD_ACCESS; in setFieldAccess()
677 return JDWP.EventKind.FIELD_ACCESS; in eventCmd()899 return (List<AccessWatchpointRequest>)unmodifiableRequestList(JDWP.EventKind.FIELD_ACCESS); in accessWatchpointRequests()
728 case JDWP.EventKind.FIELD_ACCESS: in createEvent()
181 eventKind = JDWPConstants.EventKind.FIELD_ACCESS; in createFieldEventBuilder()
2988 (Alt FieldAccess=JDWP.EventKind.FIELD_ACCESS3157 (Constant FIELD_ACCESS =20 )
2028 index2jdwp[EI_FIELD_ACCESS -EI_min] = JDWP_EVENT(FIELD_ACCESS); in eventIndexInit()2081 case JDWP_EVENT(FIELD_ACCESS): in jdwp2EventIndex()