Home
last modified time | relevance | path

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

/aosp12/art/tools/tracefast-plugin/
H A Dtracefast.cc103 void ExceptionThrown(art::Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in tracefast::Tracer
/aosp12/art/runtime/
H A Dtrace.cc773 void Trace::ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::Trace
H A Dinstrumentation_test.cc131 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::instrumentation::TestInstrumentationListener
/aosp12/art/openjdkjvmti/
H A Devents.cc994 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown() function in openjdkjvmti::JvmtiMethodTraceListener