Searched refs:HasDexSection (Results 1 – 8 of 8) sorted by relevance
159 bool HasDexSection() const { in HasDexSection() function315 DCHECK(HasDexSection()); in DexBegin()
175 if (vdex_file->HasDexSection()) { in OpenFromDm()187 return HasDexSection() ? DexBegin() : nullptr; in GetNextDexFileData()
76 if (vdex->HasDexSection()) { in GetVerifierDeps()
1437 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()1771 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
2587 if (input_vdex_file_ != nullptr && input_vdex_file_->HasDexSection()) { in AddDexFileSources()
1281 return vdex_file != nullptr && vdex_file->HasDexSection() && in CheckDisableCompactDex()
1737 if (vdex_file->HasDexSection()) { in Open()
446 DCHECK(vdex_file.HasDexSection()); in AddVdexDexFilesSource()