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

Method GetCodeItemSize

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

Source from the content-addressed store, hash-verified

73}
74
75uint32_t StandardDexFile::GetCodeItemSize(const DexFile::CodeItem& item) const {
76 DCHECK(IsInDataSection(&item));
77 return reinterpret_cast<uintptr_t>(CodeItemDataAccessor(*this, &item).CodeItemDataEnd()) -
78 reinterpret_cast<uintptr_t>(&item);
79}
80
81} // namespace art_lkchan

Callers

nothing calls this directly

Calls 2

CodeItemDataEndMethod · 0.80

Tested by

no test coverage detected