Searched refs:getDexCodeInstructionSets (Results 1 – 3 of 3) sorted by relevance
67 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() method in InstructionSets84 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()
20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;439 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
38 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;263 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()