Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc107 void ExceptionHandled(art::Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in tracefast::Tracer
/art/runtime/
Dtrace.h220 void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
Dinstrumentation.h147 virtual void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
Dtrace.cc779 void Trace::ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::Trace
Dinstrumentation_test.cc137 void ExceptionHandled(Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::instrumentation::TestInstrumentationListener
Dinstrumentation.cc1380 listener->ExceptionHandled(thread, h_exception); in ExceptionHandledEvent()
/art/openjdkjvmti/
Devents.cc1024 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled() function in openjdkjvmti::JvmtiMethodTraceListener