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

Method CodeItemDataAccessor

Bcore/src/main/cpp/dex/code_item_accessors-inl.h:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115inline CodeItemDataAccessor::CodeItemDataAccessor(const DexFile& dex_file,
116 const DexFile::CodeItem* code_item) {
117 Init(dex_file, code_item);
118}
119
120inline IterationRange<const DexFile::TryItem*> CodeItemDataAccessor::TryItems() const {
121 const DexFile::TryItem* try_items = DexFile::GetTryItems(end(), 0u);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected