/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 50 @utf8InCpp String instructionSet, int dexoptNeeded, in dexopt() 61 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 78 void markBootComplete(@utf8InCpp String instructionSet); in markBootComplete() 83 void createOatDir(@utf8InCpp String oatDir, @utf8InCpp String instructionSet); in createOatDir() 86 void moveAb(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in moveAb() 88 void deleteOdex(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in deleteOdex()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | Zygote.java | 236 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() 258 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() 284 boolean startChildZygote, String instructionSet, String appDataDir) { in specializeAppProcess() 305 boolean startChildZygote, String instructionSet, String appDataDir); in nativeSpecializeAppProcess() 885 boolean isZygote, String instructionSet) { in callPostForkChildHooks()
|
D | WrapperInit.java | 105 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
|
D | ZygoteInit.java | 633 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet(); in performSystemServerDexOpt() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 303 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, in dexopt() 376 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() 434 public void markBootComplete(String instructionSet) throws InstallerException { in markBootComplete() 492 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() 504 public void deleteOdex(String apkPath, String instructionSet, String outputPath) in deleteOdex() 711 private static void assertValidInstructionSet(String instructionSet) in assertValidInstructionSet()
|
D | InstructionSets.java | 107 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
|
D | PackageInstallerSession.java | 1930 mPm.mInstaller.createOatDir(fromDir.getAbsolutePath(), instructionSet); in createOatDirs() local
|
/frameworks/base/core/java/android/os/ |
D | ZygoteProcess.java | 321 @Nullable String instructionSet, in start() 549 @Nullable String instructionSet, in startViaZygote() 1129 String instructionSet, in startChildZygote()
|
D | Process.java | 529 @Nullable String instructionSet, in start() 549 @Nullable String instructionSet, in startWebView()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 1404 const std::string& instructionSet) { in rmdex() 2092 const std::unique_ptr<std::string>& packageName, const std::string& instructionSet, in dexopt() 2139 binder::Status InstalldNativeService::markBootComplete(const std::string& instructionSet) { in markBootComplete() 2484 const std::string& instructionSet) { in createOatDir() 2554 const std::string& instructionSet, const std::string& outputPath) { in moveAb() 2569 const std::string& instructionSet, const std::unique_ptr<std::string>& outputPath) { in deleteOdex()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 329 final String instructionSet = VMRuntime.getInstructionSet(abiList[abi]); in copyNativeBinariesForSupportedAbi() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 136 String instructionSet; // The instruction set this process was launched with field in ProcessRecord
|
D | ActivityManagerService.java | 5215 final String instructionSet = VMRuntime.getInstructionSet(abi); in finishBooting() local
|