Searched refs:ModificationWatchpointRequest (Results 1 – 3 of 3) sorted by relevance
323 ModificationWatchpointRequest createModificationWatchpointRequest(Field field); in createModificationWatchpointRequest()476 List<ModificationWatchpointRequest> modificationWatchpointRequests(); in modificationWatchpointRequests()
59 public interface ModificationWatchpointRequest extends WatchpointRequest { interface
686 implements ModificationWatchpointRequest {828 public ModificationWatchpointRequest902 public List<ModificationWatchpointRequest> modificationWatchpointRequests() { in modificationWatchpointRequests()903 …return (List<ModificationWatchpointRequest>)unmodifiableRequestList(JDWP.EventKind.FIELD_MODIFICAT… in modificationWatchpointRequests()