Searched refs:ExceptionThrown (Results 1 – 8 of 8) sorted by relevance
/art/tools/tracefast-plugin/ | ||
D | tracefast.cc | 100 void ExceptionThrown(art::Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in tracefast::Tracer |
/art/runtime/ | ||
D | trace.h | 216 void ExceptionThrown(Thread* thread, |
D | instrumentation.h | 133 virtual void ExceptionThrown(Thread* thread, |
D | trace.cc | 768 void Trace::ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::Trace |
D | instrumentation_test.cc | 128 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::instrumentation::TestInstrumentationListener |
D | instrumentation.cc | 1293 listener->ExceptionThrown(thread, h_exception); in ExceptionThrownEvent() |
D | debugger.cc | 250 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::DebugInstrumentationListener |
/art/openjdkjvmti/ | ||
D | events.cc | 884 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown() function in openjdkjvmti::JvmtiMethodTraceListener |