Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents.cc884 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown()
914 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled()
/art/runtime/jdwp/
Djdwp_event.cc1144 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException()
/art/runtime/
Druntime.cc1103 ObjPtr<mirror::Throwable> exception_object = ObjPtr<mirror::Throwable>::DownCast( in CreatePreAllocatedException() local
Ddebugger.cc251 Handle<mirror::Throwable> exception_object) in ExceptionThrown()
2952 void Dbg::PostException(mirror::Throwable* exception_object) { in PostException()