Home
last modified time | relevance | path

Searched refs:exceptionEvent (Results 1 – 25 of 88) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DThrowableTracer.java46 ExceptionThrownEvent exceptionEvent = new ExceptionThrownEvent(); in traceError() local
47 exceptionEvent.message = message; in traceError()
48 exceptionEvent.thrownClass = e.getClass(); in traceError()
49 exceptionEvent.commit(); in traceError()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DThrowableTracer.java46 ExceptionThrownEvent exceptionEvent = new ExceptionThrownEvent(); in traceError() local
47 exceptionEvent.message = message; in traceError()
48 exceptionEvent.thrownClass = e.getClass(); in traceError()
49 exceptionEvent.commit(); in traceError()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/instrument/
H A DThrowableTracer.java46 ExceptionThrownEvent exceptionEvent = new ExceptionThrownEvent(); in traceError() local
47 exceptionEvent.message = message; in traceError()
48 exceptionEvent.thrownClass = e.getClass(); in traceError()
49 exceptionEvent.commit(); in traceError()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DThrowableTracer.java46 ExceptionThrownEvent exceptionEvent = new ExceptionThrownEvent(); in traceError() local
47 exceptionEvent.message = message; in traceError()
48 exceptionEvent.thrownClass = e.getClass(); in traceError()
49 exceptionEvent.commit(); in traceError()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DThrowableTracer.java46 ExceptionThrownEvent exceptionEvent = new ExceptionThrownEvent(); in traceError() local
47 exceptionEvent.message = message; in traceError()
48 exceptionEvent.thrownClass = e.getClass(); in traceError()
49 exceptionEvent.commit(); in traceError()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/
H A DThrowableTracer.java46 ExceptionThrownEvent exceptionEvent = new ExceptionThrownEvent(); in traceError() local
47 exceptionEvent.message = message; in traceError()
48 exceptionEvent.thrownClass = e.getClass(); in traceError()
49 exceptionEvent.commit(); in traceError()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/instrument/
H A DThrowableTracer.java46 ExceptionThrownEvent exceptionEvent = new ExceptionThrownEvent(); in traceError() local
47 exceptionEvent.message = message; in traceError()
48 exceptionEvent.thrownClass = e.getClass(); in traceError()
49 exceptionEvent.commit(); in traceError()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/trace/
H A DEventThread.java180 void exceptionEvent(ExceptionEvent event) { in exceptionEvent() method in EventThread.ThreadTrace
235 exceptionEvent((ExceptionEvent)event); in handleEvent()
335 private void exceptionEvent(ExceptionEvent event) { in exceptionEvent() method in EventThread
338 trace.exceptionEvent(event); // Forward event in exceptionEvent()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/trace/
H A DEventThread.java180 void exceptionEvent(ExceptionEvent event) { in exceptionEvent() method in EventThread.ThreadTrace
235 exceptionEvent((ExceptionEvent)event); in handleEvent()
335 private void exceptionEvent(ExceptionEvent event) { in exceptionEvent() method in EventThread
338 trace.exceptionEvent(event); // Forward event in exceptionEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventHandler.java100 return exceptionEvent(event); in handleEvent()
260 private boolean exceptionEvent(Event event) { in exceptionEvent() method in EventHandler
262 notifier.exceptionEvent(ee); in exceptionEvent()
/dports/devel/boost-docs/boost_1_72_0/boost/statechart/
H A Dstate_machine.hpp755 const ExceptionEvent & exceptionEvent, in handle_exception_event() argument
777 terminator guard( *this, &exceptionEvent ); in handle_exception_event()
789 exceptionEvent, exceptionEvent.dynamic_type() ); in handle_exception_event()
819 const ExceptionEvent & exceptionEvent ) in operator ()() argument
823 exceptionEvent, pCurrentState_ ) ); in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/statechart/
H A Dstate_machine.hpp755 const ExceptionEvent & exceptionEvent, in handle_exception_event() argument
777 terminator guard( *this, &exceptionEvent ); in handle_exception_event()
789 exceptionEvent, exceptionEvent.dynamic_type() ); in handle_exception_event()
819 const ExceptionEvent & exceptionEvent ) in operator ()() argument
823 exceptionEvent, pCurrentState_ ) ); in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/statechart/
H A Dstate_machine.hpp755 const ExceptionEvent & exceptionEvent, in handle_exception_event() argument
777 terminator guard( *this, &exceptionEvent ); in handle_exception_event()
789 exceptionEvent, exceptionEvent.dynamic_type() ); in handle_exception_event()
819 const ExceptionEvent & exceptionEvent ) in operator ()() argument
823 exceptionEvent, pCurrentState_ ) ); in operator ()()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/statechart/
H A Dstate_machine.hpp755 const ExceptionEvent & exceptionEvent, in handle_exception_event() argument
777 terminator guard( *this, &exceptionEvent ); in handle_exception_event()
789 exceptionEvent, exceptionEvent.dynamic_type() ); in handle_exception_event()
819 const ExceptionEvent & exceptionEvent ) in operator ()() argument
823 exceptionEvent, pCurrentState_ ) ); in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/statechart/
H A Dstate_machine.hpp755 const ExceptionEvent & exceptionEvent, in handle_exception_event() argument
777 terminator guard( *this, &exceptionEvent ); in handle_exception_event()
789 exceptionEvent, exceptionEvent.dynamic_type() ); in handle_exception_event()
819 const ExceptionEvent & exceptionEvent ) in operator ()() argument
823 exceptionEvent, pCurrentState_ ) ); in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/statechart/
H A Dstate_machine.hpp755 const ExceptionEvent & exceptionEvent, in handle_exception_event() argument
777 terminator guard( *this, &exceptionEvent ); in handle_exception_event()
789 exceptionEvent, exceptionEvent.dynamic_type() ); in handle_exception_event()
819 const ExceptionEvent & exceptionEvent ) in operator ()() argument
823 exceptionEvent, pCurrentState_ ) ); in operator ()()

1234