Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
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()
DPackageAbiHelperImpl.java216 VMRuntime.getInstructionSet(abis.secondary)).getAbsolutePath(); in deriveNativeLibraryPaths()
262 final String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_64_BIT_ABIS[0]); in getBundledAppAbi()
269 final String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_32_BIT_ABIS[0]); in getBundledAppAbi()
322 final String currentIsa = VMRuntime.getInstructionSet(currentAbi); in getNativelySupportedAbis()
575 requiredInstructionSet = VMRuntime.getInstructionSet(pkgRawPrimaryCpuAbi); in getAdjustedAbiForSharedUser()
594 VMRuntime.getInstructionSet(ps.getPrimaryCpuAbiLegacy()); in getAdjustedAbiForSharedUser()
DInstaller.java888 if (VMRuntime.getInstructionSet(abi).equals(instructionSet)) { in assertValidInstructionSet()
DPackageManagerServiceUtils.java256 if (VMRuntime.getInstructionSet(abi).equals(isa)) {
DPackageManagerService.java5617 VMRuntime.getInstructionSet(loadingPkgAbi));
/frameworks/base/core/java/android/os/
DAppZygote.java124 VMRuntime.getInstructionSet(abi), // instructionSet in connectToZygoteIfNeededLocked()
DGraphicsEnvironment.java874 isa.equals(VMRuntime.getInstructionSet(ai.primaryCpuAbi))) { in chooseAbi()
878 isa.equals(VMRuntime.getInstructionSet(ai.secondaryCpuAbi))) { in chooseAbi()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
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()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/
DDexManagerTests.java110 String isa = VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]); in setup()
353 VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]), mUser0); in testNotifyPackageInstallUsedByOther()
377 VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]), mUser0); in testNotifyPackageInstallSelfUse()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java552 String isa = VMRuntime.getInstructionSet(abi); in getPackageOptimizationInfo()
DPackageDexUsage.java350 supportedIsas.add(VMRuntime.getInstructionSet(abi)); in read()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java335 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageManagerTests.java2967 VMRuntime.getInstructionSet(info.primaryCpuAbi), in getAppDexInstructionSets()
2968 VMRuntime.getInstructionSet(info.secondaryCpuAbi) }; in getAppDexInstructionSets()
2971 VMRuntime.getInstructionSet(info.primaryCpuAbi) }; in getAppDexInstructionSets()
2975 return new String[] { VMRuntime.getInstructionSet(Build.SUPPORTED_ABIS[0]) }; in getAppDexInstructionSets()
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java964 String arch = VMRuntime.getInstructionSet(abi); in pinOptimizedDexDependencies()
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java804 String getInstructionSet() { in getInstructionSet() method in ProcessRecord
DProcessList.java2047 instructionSet = VMRuntime.getInstructionSet(requiredAbi);
/frameworks/base/core/java/android/app/
DLoadedApk.java206 String secondaryIsa = VMRuntime.getInstructionSet(info.secondaryCpuAbi); in adjustNativeLibraryPaths()
DApplicationPackageManager.java538 String secondaryIsa = VMRuntime.getInstructionSet(info.secondaryCpuAbi); in maybeAdjustApplicationInfo()
DActivityThread.java7178 VMRuntime.getInstructionSet(appInfo.secondaryCpuAbi); in getInstrumentationLibrary()
/frameworks/base/config/
Dboot-image-profile.txt23395 HSPLdalvik/system/VMRuntime;->getInstructionSet(Ljava/lang/String;)Ljava/lang/String;