Searched refs:profile_boot_class_path (Results 1 – 2 of 2) sorted by relevance
727 const bool profile_boot_class_path = (profile_boot_class_path_flag == "true"); in startVm() local728 if (profile_boot_class_path) { in startVm()742 const bool use_apex_image = profile_boot_class_path || (use_jitzygote_image_flag == "true"); in startVm()
322 std::string profile_boot_class_path = GetProperty("dalvik.vm.profilebootclasspath", ""); in IsBootClassPathProfilingEnable() local323 profile_boot_class_path = in IsBootClassPathProfilingEnable()327 /*default_value=*/ profile_boot_class_path); in IsBootClassPathProfilingEnable()328 return profile_boot_class_path == "true"; in IsBootClassPathProfilingEnable()