Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver_options.h57 bool profile_boot_class_path,
69 profile_boot_class_path_(profile_boot_class_path), in enabled_()
/aosp_15_r20/frameworks/base/core/jni/
H A DAndroidRuntime.cpp725 bool profile_boot_class_path; in startVm() local
729 profile_boot_class_path = in startVm()
733 profile_boot_class_path = true; in startVm()
736 profile_boot_class_path = false; in startVm()
739 if (profile_boot_class_path) { in startVm()
753 const bool use_apex_image = profile_boot_class_path || (use_jitzygote_image_flag == "true"); in startVm()
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp313 std::string profile_boot_class_path = GetProperty("dalvik.vm.profilebootclasspath", ""); in IsBootClassPathProfilingEnable() local
314 profile_boot_class_path = in IsBootClassPathProfilingEnable()
318 /*default_value=*/ profile_boot_class_path); in IsBootClassPathProfilingEnable()
319 return profile_boot_class_path == "true"; in IsBootClassPathProfilingEnable()