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

Method GetCallSiteEncodedValuesArray

Bcore/src/main/cpp/dex/dex_file.h:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736 }
737
738 const uint8_t* GetCallSiteEncodedValuesArray(const CallSiteIdItem& call_site_id) const {
739 return DataBegin() + call_site_id.data_off_;
740 }
741
742 static const TryItem* GetTryItems(const DexInstructionIterator& code_item_end, uint32_t offset);
743

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected