Searched defs:ExceptionHandled (Results 1 – 5 of 5) sorted by relevance
/art/tools/tracefast-plugin/ | ||
D | tracefast.cc | 104 void ExceptionHandled(art::Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in tracefast::Tracer |
/art/runtime/ | ||
D | trace.cc | 774 void Trace::ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::Trace |
D | instrumentation_test.cc | 134 void ExceptionHandled(Thread* self ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::instrumentation::TestInstrumentationListener |
D | debugger.cc | 264 void ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED, in ExceptionHandled() function in art::DebugInstrumentationListener |
/art/openjdkjvmti/ | ||
D | events.cc | 914 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled() function in openjdkjvmti::JvmtiMethodTraceListener |