Searched refs:pending_exception_ (Results 1 – 3 of 3) sorted by relevance
142 pending_exception_ = std::current_exception(); in capture_current_exception()146 pending_exception_ = in capture_current_exception()148 multiple_exceptions(pending_exception_)); in capture_current_exception()166 pending_exception_)); in rethrow_pending_exception()181 std::exception_ptr pending_exception_; member in boost::asio::detail::thread_info_base
128 pending_exception_ = e; in set_except()143 if (pending_exception_) in rethrow_exception()145 std::exception_ptr ex = std::exchange(pending_exception_, nullptr); in rethrow_exception()259 std::exception_ptr pending_exception_ = nullptr; member in boost::asio::detail::awaitable_frame_base
213 pending_exception_(pending_exception.Ptr()), in DeoptimizationContextRecord()221 return pending_exception_; in GetPendingException()229 return reinterpret_cast<mirror::Object**>(&pending_exception_); in GetPendingExceptionAsGCRoot()247 mirror::Throwable* pending_exception_; member in art::DeoptimizationContextRecord