Searched refs:ContainsDexCode (Results 1 – 4 of 4) sorted by relevance
460 if (!file.ContainsDexCode()) { in DexChecksumUpToDate()540 file.ContainsDexCode() && ZipFileOnlyContainsUncompressedDex()) { in GivenOatFileStatus()1196 if (dexopt_trigger.needExtraction && !file->ContainsDexCode() && in ShouldRecompileForFilter()
397 bool ContainsDexCode() const { in ContainsDexCode() function
1309 [](const OatFile& o) { CHECK(!o.ContainsDexCode()); })); in TEST_F()1490 [](const OatFile& o) { CHECK(o.ContainsDexCode()); })); in TEST_F()
888 if (oat_dex_file.GetOatFile()->ContainsDexCode()) { in DumpOatDexFile()