Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc859 std::string boot_profile = GetBootProfileFile(profile_file); in Run() local
860 LOG(INFO) << "JIT Zygote looking at boot profile " << boot_profile; in Run()
864 self, boot_class_path, boot_profile, null_handle, /* add_to_queue= */ true); in Run()
915 std::string boot_profile = GetBootProfileFile(profile); in Run() local
922 boot_profile, in Run()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc177 ProfileCompilationInfo boot_profile(/*for_boot_image=*/ true); in SizeStressTest() local
194 &boot_profile, in SizeStressTest()
215 ASSERT_TRUE(boot_profile.Save(GetFd(boot_file))); in SizeStressTest()