Searched refs:old_throw_this_object (Results 1 – 3 of 3) sorted by relevance
86 Handle<mirror::Object> old_throw_this_object(hs.NewHandle(old_throw_location.GetThis())); in SetStatus() local115 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(), in SetStatus()
727 auto old_throw_this_object(hs.NewHandle<mirror::Object>(nullptr)); in ExceptionDescribe() local735 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()
3671 auto old_throw_this_object = hs.NewHandle<mirror::Object>(nullptr); in ExecuteMethod() local3679 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()