Update JIT Zygote to compile methods in ART module jars.

Also, add logging to show methods in profiles being processed by JIT
Zygote, in order to differentiate them from those added by JIT
automatically.

Bug: 203492478
Test: manual -
  1. Force JIT Zygote with both ART profile and framework profile.
     adb shell setprop dalvik.vm.boot-image '/nonx/boot.art!/apex/com.android.art/etc/boot-image.prof!/system/etc/boot-image.prof'
  2. Turn on JIT verbose logging.
     adb shell setprop dalvik.vm.extra-opts '-verbose:jit'
  3. Restart Zygote.
     adb shell setprop ctl.restart zygote
  4. See methods in the ART profile and in the framework profile all
     processed by JIT Zygote.
  5. See system_server starting normally.
Change-Id: I0f90106026c774cfb422aac610d8fc8a6485f922
1 file changed