Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java67 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() method in InstructionSets
84 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()
DOtaDexoptService.java20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
439 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
DPackageDexOptimizer.java38 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
263 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()