Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Dprofile_saver_options.h63 bool profile_boot_class_path,
76 profile_boot_class_path_(profile_boot_class_path),
/aosp12/frameworks/base/core/jni/
H A DAndroidRuntime.cpp712 const bool profile_boot_class_path = (profile_boot_class_path_flag == "true"); in startVm() local
713 if (profile_boot_class_path) { in startVm()
727 const bool use_apex_image = profile_boot_class_path || (use_jitzygote_image_flag == "true"); in startVm()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp227 std::string profile_boot_class_path = GetProperty("dalvik.vm.profilebootclasspath", ""); in IsBootClassPathProfilingEnable() local
228 profile_boot_class_path = in IsBootClassPathProfilingEnable()
232 /*default_value=*/ profile_boot_class_path); in IsBootClassPathProfilingEnable()
233 return profile_boot_class_path == "true"; in IsBootClassPathProfilingEnable()