Searched refs:GetPendingException (Results 1 – 1 of 1) sorted by relevance
200 ObjPtr<mirror::Throwable> GetPendingException() const { return pending_exception_; } in GetPendingException() function in art::DeoptimizationContextRecord280 *exception = record->GetPendingException(); in PopDeoptimizationContext()