Home
last modified time | relevance | path

Searched refs:getDexCodeInstructionSets (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java67 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() method in InstructionSets
84 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()
H A DOtaDexoptService.java21 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
440 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
H A DRemovePackageHelper.java26 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
429 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in removeDexFilesLI()
H A DPackageDexOptimizer.java39 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
277 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()
707 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState()
/aosp14/frameworks/base/services/
H A Dart-profile6040 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSets([Ljava/lang/String;)[Ljava/la…