/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 50 @utf8InCpp String instructionSet, int dexoptNeeded, in dexopt() 56 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 66 void markBootComplete(@utf8InCpp String instructionSet); in markBootComplete() 71 void createOatDir(@utf8InCpp String oatDir, @utf8InCpp String instructionSet); in createOatDir() 74 void moveAb(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in moveAb() 76 void deleteOdex(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in deleteOdex()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 279 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, in dexopt() 332 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() 388 public void markBootComplete(String instructionSet) throws InstallerException { in markBootComplete() 443 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() 453 public void deleteOdex(String apkPath, String instructionSet, String outputPath) in deleteOdex() 495 private static void assertValidInstructionSet(String instructionSet) in assertValidInstructionSet()
|
D | InstructionSets.java | 107 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
|
D | PackageInstallerSession.java | 975 mPm.mInstaller.createOatDir(fromDir.getAbsolutePath(), instructionSet); in createOatDirs() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | Zygote.java | 101 int[] fdsToIgnore, String instructionSet, String appDataDir) { in forkAndSpecialize() 121 int[] fdsToIgnore, String instructionSet, String appDataDir); in nativeForkAndSpecialize() 176 String instructionSet) { in callPostForkChildHooks()
|
D | WrapperInit.java | 108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
|
D | ZygoteConnection.java | 418 String instructionSet; field in ZygoteConnection.Arguments
|
D | ZygoteInit.java | 539 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet(); in performSystemServerDexOpt() local
|
/frameworks/base/core/java/android/os/ |
D | ZygoteProcess.java | 202 String instructionSet, in start() 337 String instructionSet, in startViaZygote()
|
D | Process.java | 449 String instructionSet, in start() 466 String instructionSet, in startWebView()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 482 jstring instructionSet, jstring dataDir) { in ForkAndSpecializeCommon() 687 jstring instructionSet, jstring appDataDir) { in com_android_internal_os_Zygote_nativeForkAndSpecialize()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 1088 const std::string& instructionSet) { in rmdex() 1801 const std::unique_ptr<std::string>& packageName, const std::string& instructionSet, in dexopt() 1826 binder::Status InstalldNativeService::markBootComplete(const std::string& instructionSet) { in markBootComplete() 2173 const std::string& instructionSet) { in createOatDir() 2239 const std::string& instructionSet, const std::string& outputPath) { in moveAb() 2252 const std::string& instructionSet, const std::unique_ptr<std::string>& outputPath) { in deleteOdex()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 314 final String instructionSet = VMRuntime.getInstructionSet(abiList[abi]); in copyNativeBinariesForSupportedAbi() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 77 String instructionSet; // The instruction set this process was launched with field in ProcessRecord
|
D | ActivityManagerService.java | 3894 String instructionSet = null; in startProcessLocked() local 7108 final String instructionSet = VMRuntime.getInstructionSet(abi); in finishBooting() local
|