Searched refs:MethodEntryRequest (Results 1 – 3 of 3) sorted by relevance
124 MethodEntryRequest createMethodEntryRequest(); in createMethodEntryRequest()484 List<MethodEntryRequest> methodEntryRequests(); in methodEntryRequests()
48 public interface MethodEntryRequest extends EventRequest { interface
434 implements MethodEntryRequest {770 public MethodEntryRequest createMethodEntryRequest() { in createMethodEntryRequest()906 public List<MethodEntryRequest> methodEntryRequests() { in methodEntryRequests()907 return (List<MethodEntryRequest>)unmodifiableRequestList(JDWP.EventKind.METHOD_ENTRY); in methodEntryRequests()