Home
last modified time | relevance | path

Searched refs:HasDexSection (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dvdex_file.h90 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()
331 bool HasDexSection() const { in HasDexSection() function
332 return GetVerifierDepsHeader().HasDexSection(); in HasDexSection()
376 DCHECK(HasDexSection()); in DexBegin()
381 DCHECK(HasDexSection()); in DexEnd()
Dvdex_file.cc64 bool VdexFile::VerifierDepsHeader::HasDexSection() const { in HasDexSection() function in art::VdexFile::VerifierDepsHeader
179 if (unquicken && vdex->HasDexSection()) { in OpenAtAddress()
198 return HasDexSection() ? DexBegin() + sizeof(QuickeningTableOffsetType) : nullptr; in GetNextDexFileData()
/art/dex2oat/
Ddex2oat.cc2395 if (input_vdex_file_ != nullptr && input_vdex_file_->HasDexSection()) { in AddDexFileSources()
Ddex2oat_test.cc1905 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
/art/dex2oat/linker/
Doat_writer.cc579 DCHECK(vdex_file.HasDexSection()); in AddVdexDexFilesSource()