Home
last modified time | relevance | path

Searched refs:SupportsDefaultMethods (Results 1 – 9 of 9) sorted by relevance

/art/libdexfile/dex/
Dstandard_dex_file.cc78 bool StandardDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::StandardDexFile
Dcompact_dex_file.cc50 bool CompactDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::CompactDexFile
Dstandard_dex_file.h106 bool SupportsDefaultMethods() const override;
Dcompact_dex_file.h293 bool SupportsDefaultMethods() const override;
Ddex_file_verifier.cc3553 if (dex_file_->SupportsDefaultMethods()) { in CheckFieldAccessFlags()
3568 if (dex_file_->SupportsDefaultMethods()) { in CheckFieldAccessFlags()
3699 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()
3728 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()
3735 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()
3760 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()
3794 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()
Ddex_file.h316 virtual bool SupportsDefaultMethods() const = 0;
/art/runtime/
Dclass_linker-inl.h230 if (dex_cache->GetDexFile()->SupportsDefaultMethods()) { in CheckInvokeClassMismatch()
Dclass_linker.cc8812 DCHECK(!m->GetDexFile()->SupportsDefaultMethods()); in LinkMethods()
/art/runtime/verifier/
Dmethod_verifier.cc999 if (dex_file_->SupportsDefaultMethods()) { in Verify()
3804 (!dex_file_->SupportsDefaultMethods() || in ResolveMethodAndCheckAccess()