Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Devents.cc994 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown()
1024 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled()
/aosp12/art/runtime/
H A Druntime.cc1260 ObjPtr<mirror::Throwable> exception_object = ObjPtr<mirror::Throwable>::DownCast( in CreatePreAllocatedException() local