Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc100 void ExceptionThrown(art::Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in tracefast::Tracer
/art/runtime/
Dtrace.cc768 void Trace::ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::Trace
Dinstrumentation_test.cc128 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::instrumentation::TestInstrumentationListener
Ddebugger.cc250 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::DebugInstrumentationListener
/art/openjdkjvmti/
Devents.cc884 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown() function in openjdkjvmti::JvmtiMethodTraceListener