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