Searched refs:dexInstructionSet (Results 1 – 2 of 2) sorted by relevance
211 public void createOatDir(String oatDir, String dexInstructionSet) in createOatDir() argument213 mInstaller.execute("createoatdir", oatDir, dexInstructionSet); in createOatDir()
291 private String createOatDirIfSupported(PackageParser.Package pkg, String dexInstructionSet) { in createOatDirIfSupported() argument299 mInstaller.createOatDir(oatDir.getAbsolutePath(), dexInstructionSet); in createOatDirIfSupported() local