/aosp12/art/test/118-noimage-dex2oat/src/ |
H A D | Main.java | 24 String instructionSet = VMRuntime.getCurrentInstructionSet(); in main() local 66 public static boolean isBootClassPathOnDisk(String instructionSet) throws Exception { in isBootClassPathOnDisk()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | InstructionSets.java | 95 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
|
H A D | Installer.java | 490 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, in dexopt() 550 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() 656 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() 672 public long deleteOdex(String apkPath, String instructionSet, String outputPath) in deleteOdex() 926 private static void assertValidInstructionSet(String instructionSet) in assertValidInstructionSet()
|
H A D | PackageAbiHelperImpl.java | 521 final String instructionSet = in getAdjustedAbiForSharedUser() local
|
H A D | PackageInstallerSession.java | 3533 mPm.mInstaller.createOatDir(fromDir.getAbsolutePath(), instructionSet); in createOatDirs() local
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 59 @utf8InCpp String instructionSet, int dexoptNeeded, in dexopt() 70 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 89 void createOatDir(@utf8InCpp String oatDir, @utf8InCpp String instructionSet); in createOatDir() 92 void moveAb(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in moveAb() 94 long deleteOdex(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in deleteOdex()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | WrapperInit.java | 108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
|
H A D | Zygote.java | 341 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() 370 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() 406 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in specializeAppProcess() 435 boolean startChildZygote, String instructionSet, String appDataDir, boolean isTopApp, in nativeSpecializeAppProcess() 1103 boolean isZygote, String instructionSet) { in callPostForkChildHooks()
|
H A D | ZygoteInit.java | 664 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet(); in performSystemServerDexOpt() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | ZygoteProcess.java | 352 @Nullable String instructionSet, in start() 634 @Nullable String instructionSet, in startViaZygote() 1299 String instructionSet, in startChildZygote()
|
H A D | Process.java | 665 @Nullable String instructionSet, in start() 696 @Nullable String instructionSet, in startWebView()
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 336 final String instructionSet = VMRuntime.getInstructionSet(supportedAbi); in copyNativeBinariesForSupportedAbi() local
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 1518 const std::string& instructionSet) { in rmdex() 2410 const std::optional<std::string>& packageName, const std::string& instructionSet, in dexopt() 2587 const std::string& instructionSet) { in createOatDir() 2657 const std::string& instructionSet, const std::string& outputPath) { in moveAb() 2672 const std::string& instructionSet, const std::optional<std::string>& outputPath, in deleteOdex()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessRecord.java | 618 void setInstructionSet(String instructionSet) { in setInstructionSet()
|