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

Method GetCatchHandlerData

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

Source from the content-addressed store, hash-verified

125}
126
127inline const uint8_t* CodeItemDataAccessor::GetCatchHandlerData(size_t offset) const {
128 return DexFile::GetCatchHandlerData(end(), TriesSize(), offset);
129}
130
131inline const DexFile::TryItem* CodeItemDataAccessor::FindTryItem(uint32_t try_dex_pc) const {
132 IterationRange<const DexFile::TryItem*> try_items(TryItems());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected