Home
last modified time | relevance | path

Searched defs:exception_object (Results 1 – 5 of 5) sorted by relevance

/art/tools/tracefast-plugin/
Dtracefast.cc97 [[maybe_unused]] art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown()
/art/openjdkjvmti/
Devents.cc980 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown()
1010 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled()
/art/runtime/
Dtrace.cc1321 [[maybe_unused]] Handle<mirror::Throwable> exception_object) in ExceptionThrown()
1327 [[maybe_unused]] Handle<mirror::Throwable> exception_object) in ExceptionHandled()
Dinstrumentation_test.cc123 [[maybe_unused]] Handle<mirror::Throwable> exception_object) override in ExceptionThrown()
Druntime.cc1430 ObjPtr<mirror::Throwable> exception_object = ObjPtr<mirror::Throwable>::DownCast( in CreatePreAllocatedException() local