Restructure Class.getDeclaredMethodInternal.

Prefer virtual over direct methods when searching for a specific method.
For direct methods, check they are method rather than constructors early
(cheap test) and cast to Method as check-cast ellision can remove.

Motivation, android.widget.RemoteViews is using Class.getMethod and showing
as hot in the calendar launcher widget.

Change-Id: Id12fe9549c8f6626fd1abf0494d81aee32e0bc7a
1 file changed