Searched refs:SupportsDefaultMethods (Results 1 – 8 of 8) sorted by relevance
78 bool StandardDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::StandardDexFile
102 bool SupportsDefaultMethods() const override;
53 bool CompactDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::CompactDexFile
272 bool SupportsDefaultMethods() const override;
3375 if (dex_file_->SupportsDefaultMethods()) { in CheckFieldAccessFlags()3390 if (dex_file_->SupportsDefaultMethods()) { in CheckFieldAccessFlags()3522 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3551 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3558 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3583 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3617 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()
227 virtual bool SupportsDefaultMethods() const = 0;
245 if (dex_cache->GetDexFile()->SupportsDefaultMethods()) { in CheckInvokeClassMismatch()
264 dex_file.SupportsDefaultMethods(), in DexIrBuilder()