Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl50 @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/
DZygote.java236 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()
DWrapperInit.java105 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication()
DZygoteInit.java633 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet(); in performSystemServerDexOpt() local
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java303 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()
DInstructionSets.java107 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
DPackageInstallerSession.java1930 mPm.mInstaller.createOatDir(fromDir.getAbsolutePath(), instructionSet); in createOatDirs() local
/frameworks/base/core/java/android/os/
DZygoteProcess.java321 @Nullable String instructionSet, in start()
549 @Nullable String instructionSet, in startViaZygote()
1129 String instructionSet, in startChildZygote()
DProcess.java529 @Nullable String instructionSet, in start()
549 @Nullable String instructionSet, in startWebView()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1404 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/
DNativeLibraryHelper.java329 final String instructionSet = VMRuntime.getInstructionSet(abiList[abi]); in copyNativeBinariesForSupportedAbi() local
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java136 String instructionSet; // The instruction set this process was launched with field in ProcessRecord
DActivityManagerService.java5215 final String instructionSet = VMRuntime.getInstructionSet(abi); in finishBooting() local