Put boot class loader classes and strings in dex cache of app images.

The reason for b/28295348 was that an ArtMethod of the boot image was
in the app image dex cache, but the declaring class of that
boot image method was not.

Since objects of boot images don't need fixups, the comparisons for
FixupStrings and FixupResolvedTypes was always false for them.

bug:28295348

(cherry picked from commit 1df3b55abea375671b79e3f4e6851be757a2d8a7)

Change-Id: I257b68089878ac9ab9f6fc78f726f9fb322dd884
2 files changed