Home
last modified time | relevance | path

Searched defs:exception_object (Results 1 – 3 of 3) 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/
Ddebugger.cc251 Handle<mirror::Throwable> exception_object) in ExceptionThrown()
2952 void Dbg::PostException(mirror::Throwable* exception_object) { in PostException()