Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc104 void ExceptionHandled(art::Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in tracefast::Tracer
/art/runtime/
Dtrace.cc774 void Trace::ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::Trace
Dinstrumentation_test.cc134 void ExceptionHandled(Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::instrumentation::TestInstrumentationListener
Ddebugger.cc264 void ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::DebugInstrumentationListener
/art/openjdkjvmti/
Devents.cc914 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled() function in openjdkjvmti::JvmtiMethodTraceListener