Searched refs:HasDexSection (Results 1 – 5 of 5) sorted by relevance
90 bool HasDexSection() const;167 if (header.HasDexSection()) { in GetComputedFileSize()254 DCHECK(GetVerifierDepsHeader().HasDexSection()); in GetDexSectionHeader()260 if (GetVerifierDepsHeader().HasDexSection()) { in GetVerifierDepsStart()278 GetVerifierDepsHeader().HasDexSection() in GetQuickeningInfo()333 bool HasDexSection() const { in HasDexSection() function334 return GetVerifierDepsHeader().HasDexSection(); in HasDexSection()382 DCHECK(HasDexSection()); in DexBegin()387 DCHECK(HasDexSection()); in DexEnd()
65 bool VdexFile::VerifierDepsHeader::HasDexSection() const { in HasDexSection() function in art::VdexFile::VerifierDepsHeader183 if (unquicken && vdex->HasDexSection()) { in OpenAtAddress()208 return HasDexSection() ? DexBegin() + sizeof(QuickeningTableOffsetType) : nullptr; in GetNextDexFileData()257 if (HasDexSection()) { in UnquickenInPlace()
1926 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
2701 if (input_vdex_file_ != nullptr && input_vdex_file_->HasDexSection()) { in AddDexFileSources()
599 DCHECK(vdex_file.HasDexSection()); in AddVdexDexFilesSource()