Home
last modified time | relevance | path

Searched refs:profile_guided (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.cpp1627 bool profile_guided = (dexopt_flags & DEXOPT_PROFILE_GUIDED) != 0; in dexopt() local
1630 profile_guided = profile_guided && !vm_safe_mode; in dexopt()
1732 if (profile_guided && have_app_image_format) { in dexopt()