Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dstandard_dex_file.cc78 bool StandardDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::StandardDexFile
Dstandard_dex_file.h102 bool SupportsDefaultMethods() const override;
Dcompact_dex_file.cc53 bool CompactDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::CompactDexFile
Dcompact_dex_file.h272 bool SupportsDefaultMethods() const override;
Ddex_file_verifier.cc3375 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()
Ddex_file.h227 virtual bool SupportsDefaultMethods() const = 0;
/art/runtime/
Dclass_linker-inl.h245 if (dex_cache->GetDexFile()->SupportsDefaultMethods()) { in CheckInvokeClassMismatch()
/art/dexlayout/
Ddex_ir_builder.cc264 dex_file.SupportsDefaultMethods(), in DexIrBuilder()