Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() method in InstructionSets
99 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()
DOtaDexoptService.java20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
390 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
DPackageDexOptimizer.java34 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()
457 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState()
DPackageManagerService.java101 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
15676 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);
/frameworks/base/services/
Dart-profile10401 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSets([Ljava/lang/String;)[Ljava/la…