| 69 | } |
| 70 | |
| 71 | bool StandardDexFile::SupportsDefaultMethods() const { |
| 72 | return GetDexVersion() >= DexFile::kDefaultMethodsVersion; |
| 73 | } |
| 74 | |
| 75 | uint32_t StandardDexFile::GetCodeItemSize(const DexFile::CodeItem& item) const { |
| 76 | DCHECK(IsInDataSection(&item)); |
nothing calls this directly
no outgoing calls
no test coverage detected