Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 06-Sep-2024 | 1.3 KiB | 49 | 43 | |
OWNERS | D | 06-Sep-2024 | 447 | 9 | 6 | |
README.md | D | 06-Sep-2024 | 742 | 14 | 12 | |
TEST_MAPPING | D | 06-Sep-2024 | 66 | 8 | 7 | |
boot-image-profile-extra.txt | D | 06-Sep-2024 | 943 | 22 | 20 | |
boot-image-profile.txt | D | 06-Sep-2024 | 3.5 MiB | 50,378 | 50,377 | |
boot-profile.txt | D | 06-Sep-2024 | 90.3 KiB | 1,222 | 1,221 | |
copyright-header | D | 06-Sep-2024 | 604 | 16 | 15 | |
dirty-image-objects | D | 06-Sep-2024 | 128.2 KiB | 1,729 | 1,728 | |
preloaded-classes | D | 06-Sep-2024 | 790.2 KiB | 17,786 | 17,785 | |
preloaded-classes-denylist | D | 06-Sep-2024 | 476 | 14 | 13 |
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