Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc86 Handle<mirror::Object> old_throw_this_object(hs.NewHandle(old_throw_location.GetThis())); in SetStatus() local
115 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(), in SetStatus()
/art/runtime/
Djni_internal.cc727 auto old_throw_this_object(hs.NewHandle<mirror::Object>(nullptr)); in ExceptionDescribe() local
735 old_throw_this_object.Assign(old_throw_location.GetThis()); in ExceptionDescribe()
757 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(), in ExceptionDescribe()
Ddebugger.cc3671 auto old_throw_this_object = hs.NewHandle<mirror::Object>(nullptr); in ExecuteMethod() local
3679 old_throw_this_object.Assign(old_throw_location.GetThis()); in ExecuteMethod()
3735 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(), in ExecuteMethod()