Searched refs:profile_boot_class_path (Results 1 – 2 of 2) sorted by relevance
718 bool profile_boot_class_path; in startVm() local722 profile_boot_class_path = in startVm()726 profile_boot_class_path = true; in startVm()729 profile_boot_class_path = false; in startVm()732 if (profile_boot_class_path) { in startVm()746 const bool use_apex_image = profile_boot_class_path || (use_jitzygote_image_flag == "true"); in startVm()
313 std::string profile_boot_class_path = GetProperty("dalvik.vm.profilebootclasspath", ""); in IsBootClassPathProfilingEnable() local314 profile_boot_class_path = in IsBootClassPathProfilingEnable()318 /*default_value=*/ profile_boot_class_path); in IsBootClassPathProfilingEnable()319 return profile_boot_class_path == "true"; in IsBootClassPathProfilingEnable()