Home
last modified time | relevance | path

Searched refs:ExceptionThrown (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dtrace.h182 void ExceptionThrown(Thread* thread,
Dinstrumentation.h130 virtual void ExceptionThrown(Thread* thread,
Dinstrumentation_test.cc129 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::instrumentation::FINAL
Dtrace.cc813 void Trace::ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED, in ExceptionThrown() function in art::Trace
Dinstrumentation.cc1165 listener->ExceptionThrown(thread, h_exception); in ExceptionThrownEvent()
/art/openjdkjvmti/
Devents.cc782 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown() function in openjdkjvmti::FINAL