Searched refs:SupportsDefaultMethods (Results 1 – 9 of 9) sorted by relevance
78 bool StandardDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::StandardDexFile
50 bool CompactDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::CompactDexFile
106 bool SupportsDefaultMethods() const override;
293 bool SupportsDefaultMethods() const override;
3553 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()
316 virtual bool SupportsDefaultMethods() const = 0;
230 if (dex_cache->GetDexFile()->SupportsDefaultMethods()) { in CheckInvokeClassMismatch()
8812 DCHECK(!m->GetDexFile()->SupportsDefaultMethods()); in LinkMethods()
999 if (dex_file_->SupportsDefaultMethods()) { in Verify()3804 (!dex_file_->SupportsDefaultMethods() || in ResolveMethodAndCheckAccess()