Searched refs:pending_exception_ (Results 1 – 1 of 1) sorted by relevance
206 pending_exception_(pending_exception.Ptr()), in DeoptimizationContextRecord()213 ObjPtr<mirror::Throwable> GetPendingException() const { return pending_exception_; } in GetPendingException()220 return reinterpret_cast<mirror::Object**>(&pending_exception_); in GetPendingExceptionAsGCRoot()238 mirror::Throwable* pending_exception_; member in art::DeoptimizationContextRecord