Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc100 void ExceptionHandled([[maybe_unused]] art::Thread* self, in ExceptionHandled() function in tracefast::Tracer
/art/runtime/
Dtrace.h500 void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
Dinstrumentation.h139 virtual void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
Dinstrumentation_test.cc128 void ExceptionHandled([[maybe_unused]] Thread* self, in ExceptionHandled() function in art::instrumentation::TestInstrumentationListener
Dinstrumentation.cc1626 listener->ExceptionHandled(thread, h_exception); in ExceptionHandledEvent()
Dtrace.cc1326 void Trace::ExceptionHandled([[maybe_unused]] Thread* thread, in ExceptionHandled() function in art::Trace
/art/openjdkjvmti/
Devents.cc1010 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled() function in openjdkjvmti::JvmtiMethodTraceListener