Searched refs:runDex2Oat (Results 1 – 7 of 7) sorted by relevance
41 ToolHelper.runDex2Oat(combinedInput, oatFile); in testUnicodeSetFromDex()51 ToolHelper.runDex2Oat(combinedInput, oatFile); in testUnicodeSetFromJar()
77 ToolHelper.runDex2Oat(combinedInput, oatFile); in deterministic()
100 ToolHelper.runDex2Oat(out, oatFile); in checkVerification()
484 public void runDex2Oat(DexApplication application, InternalOptions options) { in runDex2Oat() method in SmaliTestBase490 ToolHelper.runDex2Oat(dexOut, oatFile); in runDex2Oat()
1466 runDex2Oat(processedApplication, options); in regress33733666()
648 public static void runDex2Oat(Path file, Path outFile) throws IOException { in runDex2Oat() method in ToolHelper
1320 ToolHelper.runDex2Oat(processedFile.toPath(), oatFile); in runJctfTestDoRunOnArt()