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