Searched refs:oatFile (Results 1 – 7 of 7) sorted by relevance
111 OatFile oatFile = null; in loadDexFile() local113 oatFile = OatFile.fromInputStream(inputStream, new FilenameVdexProvider(file)); in loadDexFile()118 if (oatFile != null) { in loadDexFile()119 if (oatFile.isSupportedVersion() == OatFile.UNSUPPORTED) { in loadDexFile()120 throw new UnsupportedOatVersionException(oatFile); in loadDexFile()123 List<OatDexFile> oatDexFiles = oatFile.getDexFiles(); in loadDexFile()193 OatFile oatFile = null; in loadDexEntry() local195 oatFile = OatFile.fromInputStream(inputStream, new FilenameVdexProvider(file)); in loadDexEntry()200 if (oatFile != null) { in loadDexEntry()201 if (oatFile.isSupportedVersion() == OatFile.UNSUPPORTED) { in loadDexEntry()[all …]
39 Path oatFile = temp.getRoot().toPath().resolve("all.oat"); in testUnicodeSetFromDex() local41 ToolHelper.runDex2Oat(combinedInput, oatFile); in testUnicodeSetFromDex()48 Path oatFile = temp.getRoot().toPath().resolve("all.oat"); in testUnicodeSetFromJar() local51 ToolHelper.runDex2Oat(combinedInput, oatFile); in testUnicodeSetFromJar()
90 OatFile oatFile = OatFile.fromInputStream(inputStream); in run() local91 for (String entry: oatFile.getBootClassPath()) { in run()
75 Path oatFile = temp.getRoot().toPath().resolve("all.oat"); in deterministic() local77 ToolHelper.runDex2Oat(combinedInput, oatFile); in deterministic()
97 Path oatFile = temp.getRoot().toPath().resolve("all.oat"); in checkVerification() local100 ToolHelper.runDex2Oat(out, oatFile); in checkVerification()
488 Path oatFile = temp.getRoot().toPath().resolve("oat-file"); in runDex2Oat() local490 ToolHelper.runDex2Oat(dexOut, oatFile); in runDex2Oat()
1319 Path oatFile = temp.getRoot().toPath().resolve("all.oat"); in runJctfTestDoRunOnArt() local1320 ToolHelper.runDex2Oat(processedFile.toPath(), oatFile); in runJctfTestDoRunOnArt() local