Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1669 Handle<mirror::ArtMethod> saved_throw_method(hs.NewHandle(throw_location.GetMethod())); in ThrowNewWrappedException() local
1677 if (saved_throw_method.Get() != nullptr) { in ThrowNewWrappedException()
1678 cl = saved_throw_method.Get()->GetDeclaringClass()->GetClassLoader(); in ThrowNewWrappedException()
1700 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(), in ThrowNewWrappedException()
1753 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(), in ThrowNewWrappedException()
1771 ThrowLocation gc_safe_throw_location(saved_throw_this.Get(), saved_throw_method.Get(), in ThrowNewWrappedException()