Lines Matching refs:isa

1201     InstructionSet isa,  in FindOatFileContainingDexFileFromDexLocation()  argument
1207 std::unique_ptr<const OatFile> oat_file(OpenOatFileFromDexLocation(dex_location_str, isa, in FindOatFileContainingDexFileFromDexLocation()
1225 !VerifyOatImageChecksum(oat_file.get(), isa)) { in FindOatFileContainingDexFileFromDexLocation()
1248 InstructionSet isa, in OpenOatFileFromDexLocation() argument
1254 std::string odex_filename(DexFilenameToOdexFilename(dex_location, isa)); in OpenOatFileFromDexLocation()
1315 if (odex_oat_file.get() != nullptr && CheckOatFile(runtime, odex_oat_file.get(), isa, in OpenOatFileFromDexLocation()
1339 if (cache_oat_file.get() != nullptr && CheckOatFile(runtime, cache_oat_file.get(), isa, in OpenOatFileFromDexLocation()
1363 ret = PatchAndRetrieveOat(odex_filename, cache_filename, image_location, isa, &error_msg); in OpenOatFileFromDexLocation()
1366 ret = PatchAndRetrieveOat(cache_filename, cache_filename, image_location, isa, &error_msg); in OpenOatFileFromDexLocation()
1369 ret = GetInterpretedOnlyOat(odex_filename, isa, &error_msg); in OpenOatFileFromDexLocation()
1412 InstructionSet isa, in GetInterpretedOnlyOat() argument
1420 VerifyOatImageChecksum(output.get(), isa)) { in GetInterpretedOnlyOat()
1432 InstructionSet isa, in PatchAndRetrieveOat() argument
1440 return GetInterpretedOnlyOat(input_oat, isa, error_msg); in PatchAndRetrieveOat()
1447 return GetInterpretedOnlyOat(input_oat, isa, error_msg); in PatchAndRetrieveOat()
1453 isa_arg += GetInstructionSetString(isa); in PatchAndRetrieveOat()
1475 if (output.get() != nullptr && CheckOatFile(runtime, output.get(), isa, &checksum_verified, in PatchAndRetrieveOat()
1492 return GetInterpretedOnlyOat(input_oat, isa, error_msg); in PatchAndRetrieveOat()
1501 bool ClassLinker::CheckOatFile(const Runtime* runtime, const OatFile* oat_file, InstructionSet isa, in CheckOatFile() argument
1513 if (isa == Runtime::Current()->GetInstructionSet()) { in CheckOatFile()
1520 image_space->GetImageLocation().c_str(), isa)); in CheckOatFile()