Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | H A D | 25-Apr-2025 | 1.3 KiB | 49 | 43 | |
OWNERS | H A D | 25-Apr-2025 | 447 | 9 | 6 | |
README.md | H A D | 25-Apr-2025 | 419 | 9 | 7 | |
TEST_MAPPING | H A D | 25-Apr-2025 | 66 | 8 | 7 | |
copyright-header | H A D | 25-Apr-2025 | 604 | 16 | 15 | |
dirty-image-objects | H A D | 25-Apr-2025 | 105.4 KiB | 1,454 | 1,453 | |
preloaded-classes | H A D | 25-Apr-2025 | 790.2 KiB | 17,829 | 17,828 | |
preloaded-classes-denylist | H A D | 25-Apr-2025 | 640 | 17 | 16 |
README.md
1# Configuration files for ART compiling the framework 2 3* dirty-image-objects: List of objects in the boot image which are known to 4 become dirty. This helps binning objects in the image file. 5* preloaded-classes: classes that will be allocated in the boot image, and 6 initialized by the zygote. 7* preloaded-classes-denylist: Classes that should not be initialized in the 8 zygote, as they have app-specific behavior. 9