Searched refs:SupportsDefaultMethods (Results 1 – 9 of 9) sorted by relevance
71 bool StandardDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::StandardDexFile
82 virtual bool SupportsDefaultMethods() const OVERRIDE;
53 bool CompactDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::CompactDexFile
272 virtual bool SupportsDefaultMethods() const OVERRIDE;
3018 if (dex_file_->SupportsDefaultMethods()) { in CheckFieldAccessFlags()3033 if (dex_file_->SupportsDefaultMethods()) { in CheckFieldAccessFlags()3116 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3145 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3152 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3177 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()3211 if (dex_file_->SupportsDefaultMethods()) { in CheckMethodAccessFlags()
461 virtual bool SupportsDefaultMethods() const = 0;
46 dex_file.SupportsDefaultMethods()); in DexIrBuilder()
177 if (dex_cache->GetDexFile()->SupportsDefaultMethods()) { in CheckInvokeClassMismatch()
763 if (dex_file_->SupportsDefaultMethods()) { in Verify()3840 (!dex_file_->SupportsDefaultMethods() || in ResolveMethodAndCheckAccess()