Lines Matching refs:old_exception
773 SirtRef<Throwable> old_exception(soa.Self(), NULL);
780 old_exception.reset(old_exception_obj);
784 ScopedLocalRef<jthrowable> exception(env, soa.AddLocalReference<jthrowable>(old_exception.get()));
789 << PrettyTypeOf(old_exception.get());
801 soa.Self()->SetException(gc_safe_throw_location, old_exception.get());