Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h185 void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
Dinstrumentation.h135 virtual void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
Dinstrumentation_test.cc135 void ExceptionHandled(Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::instrumentation::FINAL
Dtrace.cc819 void Trace::ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::Trace
Dinstrumentation.cc1184 listener->ExceptionHandled(thread, h_exception); in ExceptionHandledEvent()
/art/openjdkjvmti/
Devents.cc812 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled() function in openjdkjvmti::FINAL