Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h159 bool HasDexSection() const { in HasDexSection() function
315 DCHECK(HasDexSection()); in DexBegin()
Dvdex_file.cc175 if (vdex_file->HasDexSection()) { in OpenFromDm()
187 return HasDexSection() ? DexBegin() : nullptr; in GetNextDexFileData()
/art/dex2oat/
Ddex2oat_vdex_test.cc76 if (vdex->HasDexSection()) { in GetVerifierDeps()
Ddex2oat_test.cc1437 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
1771 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
Ddex2oat.cc2587 if (input_vdex_file_ != nullptr && input_vdex_file_->HasDexSection()) { in AddDexFileSources()
/art/runtime/oat/
Doat_file_assistant.cc1281 return vdex_file != nullptr && vdex_file->HasDexSection() && in CheckDisableCompactDex()
Doat_file.cc1737 if (vdex_file->HasDexSection()) { in Open()
/art/dex2oat/linker/
Doat_writer.cc446 DCHECK(vdex_file.HasDexSection()); in AddVdexDexFilesSource()