Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_instrumentation.h87 virtual void ExceptionCaught(Thread* /*thread*/, in ExceptionCaught() function
/art/runtime/
Dtrace.h169 void ExceptionCaught(Thread* thread, mirror::Throwable* exception_object)
Dinstrumentation.h94 virtual void ExceptionCaught(Thread* thread, mirror::Throwable* exception_object)
Dinstrumentation_test.cc95 void ExceptionCaught(Thread* thread ATTRIBUTE_UNUSED, in ExceptionCaught() function in art::instrumentation::FINAL
Dinstrumentation.cc939 listener->ExceptionCaught(thread, exception_object); in ExceptionCaughtEvent()
Dtrace.cc795 void Trace::ExceptionCaught(Thread* thread, mirror::Throwable* exception_object) in ExceptionCaught() function in art::Trace
Ddebugger.cc324 void ExceptionCaught(Thread* thread ATTRIBUTE_UNUSED, mirror::Throwable* exception_object) in ExceptionCaught() function in art::FINAL