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