Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dstandard_dex_file.cc71 bool StandardDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::StandardDexFile
Dstandard_dex_file.h82 virtual bool SupportsDefaultMethods() const OVERRIDE;
Dcompact_dex_file.cc53 bool CompactDexFile::SupportsDefaultMethods() const { in SupportsDefaultMethods() function in art::CompactDexFile
Dcompact_dex_file.h272 virtual bool SupportsDefaultMethods() const OVERRIDE;
Ddex_file_verifier.cc3018 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()
Ddex_file.h461 virtual bool SupportsDefaultMethods() const = 0;
/art/dexlayout/
Ddex_ir_builder.cc46 dex_file.SupportsDefaultMethods()); in DexIrBuilder()
/art/runtime/
Dclass_linker-inl.h177 if (dex_cache->GetDexFile()->SupportsDefaultMethods()) { in CheckInvokeClassMismatch()
/art/runtime/verifier/
Dmethod_verifier.cc763 if (dex_file_->SupportsDefaultMethods()) { in Verify()
3840 (!dex_file_->SupportsDefaultMethods() || in ResolveMethodAndCheckAccess()