• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-May-2024-

Android.bpH A D25-May-20241.1 KiB3632

OWNERSH A D25-May-2024447 96

README.mdH A D25-May-2024742 1412

TEST_MAPPINGH A D25-May-202466 87

boot-image-profile-extra.txtH A D25-May-2024943 2220

boot-image-profile.txtH A D25-May-20243.6 MiB50,28550,284

boot-profile.txtH A D25-May-202490.3 KiB1,2221,221

copyright-headerH A D25-May-2024604 1615

dirty-image-objectsH A D25-May-202412.5 KiB298297

preloaded-classesH A D25-May-2024767.8 KiB17,36817,367

preloaded-classes-denylistH A D25-May-2024476 1413

README.md

1# Configuration files for ART compiling the framework
2
3* boot-image-profile.txt: A list of methods from the boot classpath to be compiled by dex2oat.
4  The order in the file is not relevant.
5* boot-profile.txt: An ordered list of methods from the boot classpath to be compiled by
6  the JIT in the order provided in the file. Used by JIT zygote, when on-device
7  signing failed.
8* dirty-image-objects: List of objects in the boot image which are known to
9  become dirty. This helps binning objects in the image file.
10* preloaded-classes: classes that will be allocated in the boot image, and
11  initialized by the zygote.
12* preloaded-classes-denylist: Classes that should not be initialized in the
13  zygote, as they have app-specific behavior.
14