Home | History | Annotate | Download | only in runtime

Lines Matching refs:exception_object

237   void ExceptionCaught(Thread* thread ATTRIBUTE_UNUSED, mirror::Throwable* exception_object)
239 Dbg::PostException(exception_object);
3024 void Dbg::PostException(mirror::Throwable* exception_object) {
3030 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object));