Name Date Size #Lines LOC

..--

hiddenapi/H25-Apr-2025-87,21287,204

Android.bpH A D25-Apr-20258.4 KiB257246

OWNERSH A D25-Apr-2025353 75

README.mdH A D25-Apr-2025575 119

boot-image-profile-extra.txtH A D25-Apr-20252.2 KiB4845

boot-image-profile.txtH A D25-Apr-20252.5 MiB36,97936,978

boot-profile.txtH A D25-Apr-202590.3 KiB1,2221,221

preloaded-classesH A D25-Apr-2025671.4 KiB14,60814,607

README.md

1# Configuration files for ART compiling the framework
2
3*   boot-image-profile.txt: A list of methods from the framework boot classpath
4    to be compiled by dex2oat. The order in the file is not relevant.
5*   boot-profile.txt: An ordered list of methods from the boot classpath to be
6    compiled by the JIT in the order provided in the file. Used by JIT zygote,
7    when on-device signing failed.
8*   boot-image-profile-extra.txt: An extra list of methods from the framework
9    boot classpath to be compiled by dex2oat on top of what we have at
10    boot-image-profile.txt.
11