Add @NeverInline annotation for ART, and use it

Methods annotated with @NeverInline will not be inlined, which
is useful for reducing .odex file sizes.

Add @NeverInline for fillInStackTrace in j.l.Throwable.

Bug: 246530973
Change-Id: Ib843d23c0d641c00767cf58bf4583fc1b3c9810a
4 files changed