Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc103 void ExceptionThrown(art::Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in tracefast::Tracer
/art/runtime/
Dtrace.h217 void ExceptionThrown(Thread* thread,
Dinstrumentation.h142 virtual void ExceptionThrown(Thread* thread,
Dtrace.cc773 void Trace::ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::Trace
Dinstrumentation_test.cc131 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::instrumentation::TestInstrumentationListener
Dinstrumentation.cc1361 listener->ExceptionThrown(thread, h_exception); in ExceptionThrownEvent()
/art/openjdkjvmti/
Devents.cc994 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown() function in openjdkjvmti::JvmtiMethodTraceListener