Searched refs:pending_exception_ (Results 1 – 1 of 1) sorted by relevance
176 pending_exception_(pending_exception), in DeoptimizationContextRecord()182 mirror::Throwable* GetPendingException() const { return pending_exception_; } in GetPendingException()189 return reinterpret_cast<mirror::Object**>(&pending_exception_); in GetPendingExceptionAsGCRoot()204 mirror::Throwable* pending_exception_; member in art::DeoptimizationContextRecord