Home
last modified time | relevance | path

Searched refs:instructionSet (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java84 for (String instructionSet : instructionSets) { in getDexCodeInstructionSets()
85 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
107 final String instructionSet = VMRuntime.getInstructionSet(abi); in getAllInstructionSets() local
108 if (!allInstructionSets.contains(instructionSet)) { in getAllInstructionSets()
109 allInstructionSets.add(instructionSet); in getAllInstructionSets()
DInstaller.java303 public void dexopt(String apkPath, int uid, @Nullable String pkgName, String instructionSet, in dexopt() argument
309 assertValidInstructionSet(instructionSet); in dexopt()
315 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath, in dexopt()
376 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() argument
377 assertValidInstructionSet(instructionSet); in rmdex()
381 mInstalld.rmdex(codePath, instructionSet); in rmdex()
434 public void markBootComplete(String instructionSet) throws InstallerException { in markBootComplete() argument
435 assertValidInstructionSet(instructionSet); in markBootComplete()
438 mInstalld.markBootComplete(instructionSet); in markBootComplete()
492 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() argument
[all …]
DOtaDexoptService.java279 String instructionSet, int dexoptNeeded, @Nullable String outputPath, in generatePackageDexopts()
295 encodeParameter(builder, instructionSet); in generatePackageDexopts()
DPackageInstallerSession.java1928 for (String instructionSet : instructionSets) { in createOatDirs()
1930 mPm.mInstaller.createOatDir(fromDir.getAbsolutePath(), instructionSet); in createOatDirs() local
DPackageManagerService.java12501 final String instructionSet = VMRuntime.getInstructionSet(ps.primaryCpuAbiString);
12502 … if (requiredInstructionSet != null && !instructionSet.equals(requiredInstructionSet)) {
12508 + " requires " + instructionSet;
12513 requiredInstructionSet = instructionSet;
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl50 @utf8InCpp String instructionSet, int dexoptNeeded, in dexopt() argument
61 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() argument
78 void markBootComplete(@utf8InCpp String instructionSet); in markBootComplete() argument
83 void createOatDir(@utf8InCpp String oatDir, @utf8InCpp String instructionSet); in createOatDir() argument
86 void moveAb(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in moveAb() argument
88 void deleteOdex(@utf8InCpp String apkPath, @utf8InCpp String instructionSet, in deleteOdex() argument
/frameworks/base/core/java/com/android/internal/os/
DZygote.java236 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() argument
243 fdsToIgnore, startChildZygote, instructionSet, appDataDir); in forkAndSpecialize()
258 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() argument
284 boolean startChildZygote, String instructionSet, String appDataDir) { in specializeAppProcess() argument
286 niceName, startChildZygote, instructionSet, appDataDir); in specializeAppProcess()
305 boolean startChildZygote, String instructionSet, String appDataDir); in nativeSpecializeAppProcess() argument
885 boolean isZygote, String instructionSet) { in callPostForkChildHooks() argument
886 ZygoteHooks.postForkChild(runtimeFlags, isSystemServer, isZygote, instructionSet); in callPostForkChildHooks()
DWrapperInit.java105 int targetSdkVersion, String instructionSet, FileDescriptor pipeFd, in execApplication() argument
110 if (VMRuntime.is64BitInstructionSet(instructionSet)) { in execApplication()
DZygoteInit.java633 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet(); in performSystemServerDexOpt() local
646 classPathElement, instructionSet, systemServerFilter, in performSystemServerDexOpt()
674 instructionSet, dexoptNeeded, outputPath, dexFlags, compilerFilter, in performSystemServerDexOpt()
/frameworks/native/cmds/installd/
DInstalldNativeService.h93 const std::unique_ptr<std::string>& packageName, const std::string& instructionSet,
105 binder::Status rmdex(const std::string& codePath, const std::string& instructionSet);
126 binder::Status markBootComplete(const std::string& instructionSet);
131 binder::Status createOatDir(const std::string& oatDir, const std::string& instructionSet);
134 binder::Status moveAb(const std::string& apkPath, const std::string& instructionSet,
136 binder::Status deleteOdex(const std::string& apkPath, const std::string& instructionSet,
DInstalldNativeService.cpp1404 const std::string& instructionSet) { in rmdex() argument
1412 const char* instruction_set = instructionSet.c_str(); in rmdex()
2092 const std::unique_ptr<std::string>& packageName, const std::string& instructionSet, in dexopt() argument
2112 const char* instruction_set = instructionSet.c_str(); in dexopt()
2139 binder::Status InstalldNativeService::markBootComplete(const std::string& instructionSet) { in markBootComplete() argument
2143 const char* instruction_set = instructionSet.c_str(); in markBootComplete()
2484 const std::string& instructionSet) { in createOatDir() argument
2490 const char* instruction_set = instructionSet.c_str(); in createOatDir()
2554 const std::string& instructionSet, const std::string& outputPath) { in moveAb() argument
2561 const char* instruction_set = instructionSet.c_str(); in moveAb()
[all …]
/frameworks/base/core/java/android/os/
DProcess.java529 @Nullable String instructionSet, in start() argument
536 abi, instructionSet, appDataDir, invokeWith, packageName, in start()
549 @Nullable String instructionSet, in startWebView() argument
556 abi, instructionSet, appDataDir, invokeWith, packageName, in startWebView()
DZygoteProcess.java321 @Nullable String instructionSet, in start() argument
335 abi, instructionSet, appDataDir, invokeWith, /*startChildZygote=*/ false, in start()
549 @Nullable String instructionSet, in startViaZygote() argument
605 if (instructionSet != null) { in startViaZygote()
606 argsForZygote.add("--instruction-set=" + instructionSet); in startViaZygote()
1129 String instructionSet, in startChildZygote() argument
1145 abi, instructionSet, null /* appDataDir */, null /* invokeWith */, in startChildZygote()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java329 final String instructionSet = VMRuntime.getInstructionSet(abiList[abi]); in copyNativeBinariesForSupportedAbi() local
332 final File isaSubdir = new File(libraryRoot, instructionSet); in copyNativeBinariesForSupportedAbi()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java1600 String instructionSet = null;
1602 instructionSet = VMRuntime.getInstructionSet(app.info.primaryCpuAbi);
1607 app.instructionSet = instructionSet;
1622 runtimeFlags, mountExternal, seInfo, requiredAbi, instructionSet, invokeWith,
1643 String seInfo, String requiredAbi, String instructionSet, String invokeWith,
1670 app.seInfo, requiredAbi, instructionSet, invokeWith, app.startTime);
1691 uid, gids, runtimeFlags, mountExternal, seInfo, requiredAbi, instructionSet,
1800 String seInfo, String requiredAbi, String instructionSet, String invokeWith,
1810 app.info.targetSdkVersion, seInfo, requiredAbi, instructionSet,
1818 app.info.targetSdkVersion, seInfo, requiredAbi, instructionSet,
[all …]
DProcessRecord.java136 String instructionSet; // The instruction set this process was launched with field in ProcessRecord
336 pw.print(" instructionSet="); pw.println(instructionSet); in dump()
DActivityManagerService.java5215 final String instructionSet = VMRuntime.getInstructionSet(abi); in finishBooting() local
5216 if (!completedIsas.contains(instructionSet)) { in finishBooting()
5228 completedIsas.add(instructionSet); in finishBooting()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java265 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()
266 if (!VMRuntime.isBootClassPathOnDisk(instructionSet)) { in isBootImageOnDisk()