Home
last modified time | relevance | path

Searched refs:GetPendingException (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/
H A Dthread.cc205 ObjPtr<mirror::Throwable> GetPendingException() const { return pending_exception_; } in GetPendingException() function in art::DeoptimizationContextRecord
285 *exception = record->GetPendingException(); in PopDeoptimizationContext()