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

Method SupportsDefaultMethods

Bcore/src/main/cpp/dex/compact_dex_file.cc:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool CompactDexFile::SupportsDefaultMethods() const {
54 return (GetHeader().GetFeatureFlags() &
55 static_cast<uint32_t>(FeatureFlags::kDefaultMethods)) != 0;
56}
57
58uint32_t CompactDexFile::GetCodeItemSize(const DexFile::CodeItem& item) const {
59 DCHECK(IsInDataSection(&item));

Callers 2

CheckFieldAccessFlagsMethod · 0.45

Calls 1

GetFeatureFlagsMethod · 0.80

Tested by

no test coverage detected