Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp713 bool profile_boot_class_path; in startVm() local
717 profile_boot_class_path = in startVm()
721 profile_boot_class_path = true; in startVm()
724 profile_boot_class_path = false; in startVm()
727 if (profile_boot_class_path) { in startVm()
741 const bool use_apex_image = profile_boot_class_path || (use_jitzygote_image_flag == "true"); in startVm()