/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstructionSets.java | 36 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 D | PackageAbiHelperImpl.java | 199 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 D | Installer.java | 1121 if (VMRuntime.getInstructionSet(abi).equals(instructionSet)) { in assertValidInstructionSet()
|
H A D | PackageManagerServiceUtils.java | 273 if (VMRuntime.getInstructionSet(abi).equals(isa)) {
|
H A D | PackageManagerService.java | 5545 VMRuntime.getInstructionSet(loadingPkgAbi));
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | AppZygote.java | 124 VMRuntime.getInstructionSet(abi), // instructionSet in connectToZygoteIfNeededLocked()
|
H A D | GraphicsEnvironment.java | 909 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 D | PackageDexUsageTests.java | 57 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 D | DexManagerTests.java | 112 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 D | PinnerService.java | 325 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 D | NativeLibraryHelper.java | 335 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageManagerTests.java | 2964 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 D | ArtManagerService.java | 794 String isa = VMRuntime.getInstructionSet(abi); in getPackageOptimizationInfo()
|
H A D | PackageDexUsage.java | 350 supportedIsas.add(VMRuntime.getInstructionSet(abi)); in read()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessRecord.java | 734 String getInstructionSet() { in getInstructionSet() method in ProcessRecord
|
H A D | ProcessList.java | 1933 instructionSet = VMRuntime.getInstructionSet(requiredAbi);
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | LoadedApk.java | 207 String secondaryIsa = VMRuntime.getInstructionSet(info.secondaryCpuAbi); in adjustNativeLibraryPaths()
|
H A D | ApplicationPackageManager.java | 521 String secondaryIsa = VMRuntime.getInstructionSet(info.secondaryCpuAbi); in maybeAdjustApplicationInfo()
|
H A D | ActivityThread.java | 6739 VMRuntime.getInstructionSet(appInfo.secondaryCpuAbi); in getInstrumentationLibrary()
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 23882 HSPLdalvik/system/VMRuntime;->getInstructionSet(Ljava/lang/String;)Ljava/lang/String;
|