Searched refs:getDexCodeInstructionSets (Results 1 – 4 of 4) sorted by relevance
82 public static String[] getDexCodeInstructionSets(String[] instructionSets) { in getDexCodeInstructionSets() method in InstructionSets99 return getDexCodeInstructionSets(supportedInstructionSets); in getAllDexCodeInstructionSets()
20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;377 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in moveAbArtifacts()
66 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;162 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in performDexOptLI()445 final String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets); in dumpDexoptState()
99 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;15779 String[] dexCodeInstructionSets = getDexCodeInstructionSets(instructionSets);