Searched defs:ExceptionThrown (Results 1 – 4 of 4) sorted by relevance
/art/tools/tracefast-plugin/ | ||
D | tracefast.cc | 96 void ExceptionThrown([[maybe_unused]] art::Thread* thread, in ExceptionThrown() function in tracefast::Tracer |
/art/runtime/ | ||
D | instrumentation_test.cc | 122 void ExceptionThrown([[maybe_unused]] Thread* thread, in ExceptionThrown() function in art::instrumentation::TestInstrumentationListener |
D | trace.cc | 1320 void Trace::ExceptionThrown([[maybe_unused]] Thread* thread, in ExceptionThrown() function in art::Trace |
/art/openjdkjvmti/ | ||
D | events.cc | 980 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown() function in openjdkjvmti::JvmtiMethodTraceListener |