Home
last modified time | relevance | path

Searched refs:methodExitEventCmd (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java47 private static int methodExitEventCmd = 0; field in EventRequestManagerImpl
451 if (methodExitEventCmd == 0) { in MethodExitRequestImpl()
463 methodExitEventCmd = JDWP.EventKind.METHOD_EXIT_WITH_RETURN_VALUE; in MethodExitRequestImpl()
465 methodExitEventCmd = JDWP.EventKind.METHOD_EXIT; in MethodExitRequestImpl()
472 return EventRequestManagerImpl.methodExitEventCmd; in eventCmd()
912 EventRequestManagerImpl.methodExitEventCmd); in methodExitRequests()