MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / SupportsDefaultMethods

Method SupportsDefaultMethods

Bcore/src/main/cpp/dex/standard_dex_file.cc:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool StandardDexFile::SupportsDefaultMethods() const {
72 return GetDexVersion() >= DexFile::kDefaultMethodsVersion;
73}
74
75uint32_t StandardDexFile::GetCodeItemSize(const DexFile::CodeItem& item) const {
76 DCHECK(IsInDataSection(&item));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected