HomeSort by relevance Sort by last modified time
    Searched refs:HasDexSection (Results 1 - 5 of 5) sorted by null

  /art/runtime/
vdex_file.h 80 bool HasDexSection() const;
143 if (header.HasDexSection()) {
231 DCHECK(GetVerifierDepsHeader().HasDexSection());
237 if (GetVerifierDepsHeader().HasDexSection()) {
253 if (GetVerifierDepsHeader().HasDexSection()) {
299 bool HasDexSection() const {
300 return GetVerifierDepsHeader().HasDexSection();
322 DCHECK(HasDexSection());
327 DCHECK(HasDexSection());
vdex_file.cc 58 bool VdexFile::VerifierDepsHeader::HasDexSection() const {
168 if (unquicken && vdex->HasDexSection()) {
188 return HasDexSection() ? DexBegin() + sizeof(QuickeningTableOffsetType) : nullptr;
  /art/dex2oat/
dex2oat.cc     [all...]
dex2oat_test.cc     [all...]
  /art/dex2oat/linker/
oat_writer.cc 563 DCHECK(vdex_file.HasDexSection());
    [all...]

Completed in 235 milliseconds