Home
last modified time | relevance | path

Searched refs:getInstructionSet (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java36 VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]);
42 VMRuntime.getInstructionSet(primaryCpuAbi), in getAppDexInstructionSets()
43 VMRuntime.getInstructionSet(secondaryCpuAbi) }; in getAppDexInstructionSets()
46 VMRuntime.getInstructionSet(primaryCpuAbi) }; in getAppDexInstructionSets()
82 supportedInstructionSets[i] = VMRuntime.getInstructionSet(abi); in getAllDexCodeInstructionSets()
92 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets()
109 return VMRuntime.getInstructionSet(abis.primary); in getPrimaryInstructionSet()
H A DPackageAbiHelperImpl.java199 VMRuntime.getInstructionSet(abis.secondary)).getAbsolutePath(); in deriveNativeLibraryPaths()
245 final String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_64_BIT_ABIS[0]); in getBundledAppAbi()
252 final String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_32_BIT_ABIS[0]); in getBundledAppAbi()
508 requiredInstructionSet = VMRuntime.getInstructionSet(pkgRawPrimaryCpuAbi); in getAdjustedAbiForSharedUser()
527 VMRuntime.getInstructionSet(ps.getPrimaryCpuAbiLegacy()); in getAdjustedAbiForSharedUser()
H A DInstaller.java1121 if (VMRuntime.getInstructionSet(abi).equals(instructionSet)) { in assertValidInstructionSet()
H A DPackageManagerServiceUtils.java273 if (VMRuntime.getInstructionSet(abi).equals(isa)) {
H A DPackageManagerService.java5545 VMRuntime.getInstructionSet(loadingPkgAbi));
/aosp14/frameworks/base/core/java/android/os/
H A DAppZygote.java124 VMRuntime.getInstructionSet(abi), // instructionSet in connectToZygoteIfNeededLocked()
H A DGraphicsEnvironment.java909 isa.equals(VMRuntime.getInstructionSet(ai.primaryCpuAbi))) { in chooseAbi()
913 isa.equals(VMRuntime.getInstructionSet(ai.secondaryCpuAbi))) { in chooseAbi()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDexUsageTests.java57 private static final String ISA = VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]);
498 String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]); in testRead()
598 String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]); in testEnsureLoadingPackagesCanBeExtended()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
H A DDexManagerTests.java112 String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]); in setup()
355 VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]), mUser0); in testNotifyPackageInstallUsedByOther()
379 VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]), mUser0); in testNotifyPackageInstallSelfUse()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java325 String arch = VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]); in handlePinOnStart()
818 String arch = VMRuntime.getInstructionSet(abi); in pinApp()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java335 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java2964 VMRuntime.getInstructionSet(info.primaryCpuAbi), in getAppDexInstructionSets()
2965 VMRuntime.getInstructionSet(info.secondaryCpuAbi) }; in getAppDexInstructionSets()
2968 VMRuntime.getInstructionSet(info.primaryCpuAbi) }; in getAppDexInstructionSets()
2972 return new String[] { VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]) }; in getAppDexInstructionSets()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtManagerService.java794 String isa = VMRuntime.getInstructionSet(abi); in getPackageOptimizationInfo()
H A DPackageDexUsage.java350 supportedIsas.add(VMRuntime.getInstructionSet(abi)); in read()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java734 String getInstructionSet() { in getInstructionSet() method in ProcessRecord
H A DProcessList.java1933 instructionSet = VMRuntime.getInstructionSet(requiredAbi);
/aosp14/frameworks/base/core/java/android/app/
H A DLoadedApk.java207 String secondaryIsa = VMRuntime.getInstructionSet(info.secondaryCpuAbi); in adjustNativeLibraryPaths()
H A DApplicationPackageManager.java521 String secondaryIsa = VMRuntime.getInstructionSet(info.secondaryCpuAbi); in maybeAdjustApplicationInfo()
H A DActivityThread.java6739 VMRuntime.getInstructionSet(appInfo.secondaryCpuAbi); in getInstrumentationLibrary()
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt23882 HSPLdalvik/system/VMRuntime;->getInstructionSet(Ljava/lang/String;)Ljava/lang/String;