Home
last modified time | relevance | path

Searched defs:instructionSet (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl50 @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/
DInstaller.java279 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()
DInstructionSets.java107 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
DPackageInstallerSession.java975 mPm.mInstaller.createOatDir(fromDir.getAbsolutePath(), instructionSet); in createOatDirs() local
/frameworks/base/core/java/com/android/internal/os/
DZygote.java101 int[] fdsToIgnore, String instructionSet, String appDataDir) { in forkAndSpecialize()
121 int[] fdsToIgnore, String instructionSet, String appDataDir); in nativeForkAndSpecialize()
176 String instructionSet) { in callPostForkChildHooks()
DWrapperInit.java108 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
DZygoteConnection.java418 String instructionSet; field in ZygoteConnection.Arguments
DZygoteInit.java539 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet(); in performSystemServerDexOpt() local
/frameworks/base/core/java/android/os/
DZygoteProcess.java202 String instructionSet, in start()
337 String instructionSet, in startViaZygote()
DProcess.java449 String instructionSet, in start()
466 String instructionSet, in startWebView()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp482 jstring instructionSet, jstring dataDir) { in ForkAndSpecializeCommon()
687 jstring instructionSet, jstring appDataDir) { in com_android_internal_os_Zygote_nativeForkAndSpecialize()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1088 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/
DNativeLibraryHelper.java314 final String instructionSet = VMRuntime.getInstructionSet(abiList[abi]); in copyNativeBinariesForSupportedAbi() local
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java77 String instructionSet; // The instruction set this process was launched with field in ProcessRecord
DActivityManagerService.java3894 String instructionSet = null; in startProcessLocked() local
7108 final String instructionSet = VMRuntime.getInstructionSet(abi); in finishBooting() local