Searched defs:instructionSets (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | FileInstallArgs.java | 79 FileInstallArgs(String codePath, String[] instructionSets, PackageManagerService pm) { in FileInstallArgs() 81 null, null, instructionSets, null, null, null, MODE_DEFAULT, null, 0, in FileInstallArgs() local 246 void removeDexFiles(List<String> allCodePaths, String[] instructionSets) { in removeDexFiles()
|
D | InstructionSets.java | 70 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets()
|
D | PackageDexOptimizer.java | 216 String[] instructionSets, CompilerStats.PackageStats packageStats, in performDexOpt() 262 final String[] instructionSets = targetInstructionSets != null ? in performDexOptLI() local 735 final String[] instructionSets = getAppDexInstructionSets( in dumpDexoptState() local
|
D | InstallArgs.java | 68 UserHandle user, String[] instructionSets, in InstallArgs()
|
D | OtaDexoptService.java | 410 final String[] instructionSets = getAppDexInstructionSets( in moveAbArtifacts() local
|
D | DexOptHelper.java | 463 final String[] instructionSets = getAppDexInstructionSets( in performDexOptInternalWithDependenciesLI() local
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtPackageInfo.java | 34 List<String> instructionSets, in ArtPackageInfo()
|