Home
last modified time | relevance | path

Searched defs:ExceptionHandled (Results 1 – 4 of 4) sorted by relevance

/art/tools/tracefast-plugin/
Dtracefast.cc101 void ExceptionHandled(art::Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in tracefast::Tracer
/art/runtime/
Dtrace.cc776 void Trace::ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::Trace
Dinstrumentation_test.cc130 void ExceptionHandled(Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::instrumentation::TestInstrumentationListener
/art/openjdkjvmti/
Devents.cc1017 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled() function in openjdkjvmti::JvmtiMethodTraceListener