• Home
  • Raw
  • Download

Lines Matching refs:isa

405 void AddDex2OatInstructionSet(/*inout*/ std::vector<std::string>& args, InstructionSet isa) {  in AddDex2OatInstructionSet()  argument
406 const char* isa_str = GetInstructionSetString(isa); in AddDex2OatInstructionSet()
469 const InstructionSet isa, in AddCompiledBootClasspathFdsIfAny() argument
480 image_path = GetSystemImageFilename(image_path.c_str(), isa); in AddCompiledBootClasspathFdsIfAny()
752 const InstructionSet isa) const { in GetBootImagePath()
754 return GetSystemImageFilename(GetBootImage(on_system, minimal).c_str(), isa); in GetBootImagePath()
769 std::string OnDeviceRefresh::GetSystemBootImageExtensionPath(const InstructionSet isa) const { in GetSystemBootImageExtensionPath()
771 return GetSystemImageFilename(GetSystemBootImageExtension().c_str(), isa); in GetSystemBootImageExtensionPath()
805 const InstructionSet isa, in BootClasspathArtifactsExist() argument
808 std::string path = GetBootImagePath(on_system, minimal, isa); in BootClasspathArtifactsExist()
816 std::string extension_path = GetSystemBootImageExtensionPath(isa); in BootClasspathArtifactsExist()
944 const InstructionSet isa, in CheckBootClasspathArtifactsAreUpToDate() argument
951 if (BootClasspathArtifactsExist(/*on_system=*/true, /*minimal=*/false, isa, &error_msg)) { in CheckBootClasspathArtifactsAreUpToDate()
1043 /*on_system=*/false, /*minimal=*/false, isa, &error_msg, checked_artifacts)) { in CheckBootClasspathArtifactsAreUpToDate()
1050 /*on_system=*/false, /*minimal=*/true, isa, &error_msg, checked_artifacts)) { in CheckBootClasspathArtifactsAreUpToDate()
1384 for (const InstructionSet isa : config_.GetBootClasspathIsas()) { in CheckArtifactsAreUpToDate() local
1386 metrics, isa, art_apex_info.value(), cache_info, &checked_artifacts)) { in CheckArtifactsAreUpToDate()
1387 compilation_options->compile_boot_classpath_for_isas.push_back(isa); in CheckArtifactsAreUpToDate()
1389 if (isa == system_server_isa) { in CheckArtifactsAreUpToDate()
1427 const InstructionSet isa, in CompileBootClasspathArtifacts() argument
1439 AddDex2OatInstructionSet(args, isa); in CompileBootClasspathArtifacts()
1497 const std::string image_location = GetBootImagePath(/*on_system=*/false, minimal, isa); in CompileBootClasspathArtifacts()
1537 GetInstructionSetString(isa), in CompileBootClasspathArtifacts()
1578 const InstructionSet isa = config_.GetSystemServerIsa(); in CompileSystemServerArtifacts() local
1602 AddDex2OatInstructionSet(args, isa); in CompileSystemServerArtifacts()
1624 CHECK_EQ(artifacts.OatPath(), GetApexDataOdexFilename(jar.c_str(), isa)); in CompileSystemServerArtifacts()
1658 /*on_system=*/false, /*minimal=*/false, isa, &unused_error_msg); in CompileSystemServerArtifacts()
1663 isa, in CompileSystemServerArtifacts()
1770 for (const InstructionSet isa : compilation_options.compile_boot_classpath_for_isas) { in Compile() local
1771 auto stage = (isa == bcp_instruction_sets.front()) ? OdrMetrics::Stage::kPrimaryBootClasspath : in Compile()
1776 if (CompileBootClasspathArtifacts(isa, in Compile()
1783 std::string path = GetBootImagePath(/*on_system=*/false, /*minimal=*/true, isa); in Compile()
1803 /*on_system=*/false, /*minimal=*/true, isa, &ignored_error_msg)) { in Compile()
1806 if (CompileBootClasspathArtifacts(isa, in Compile()