Searched refs:HasDexSection (Results 1 – 5 of 5) sorted by relevance
80 bool HasDexSection() const;143 if (header.HasDexSection()) { in GetComputedFileSize()231 DCHECK(GetVerifierDepsHeader().HasDexSection()); in GetDexSectionHeader()237 if (GetVerifierDepsHeader().HasDexSection()) { in GetVerifierDepsStart()253 if (GetVerifierDepsHeader().HasDexSection()) { in GetQuickeningInfo()299 bool HasDexSection() const { in HasDexSection() function300 return GetVerifierDepsHeader().HasDexSection(); in HasDexSection()322 DCHECK(HasDexSection()); in DexBegin()327 DCHECK(HasDexSection()); in DexEnd()
58 bool VdexFile::VerifierDepsHeader::HasDexSection() const { in HasDexSection() function in art::VdexFile::VerifierDepsHeader168 if (unquicken && vdex->HasDexSection()) { in OpenAtAddress()188 return HasDexSection() ? DexBegin() + sizeof(QuickeningTableOffsetType) : nullptr; in GetNextDexFileData()
1874 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
2502 if (input_vdex_file_ != nullptr && input_vdex_file_->HasDexSection()) { in AddDexFileSources()
563 DCHECK(vdex_file.HasDexSection()); in AddVdexDexFilesSource()