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

Method NumCallSiteIds

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

Source from the content-addressed store, hash-verified

667 }
668
669 uint32_t NumCallSiteIds() const {
670 return num_call_site_ids_;
671 }
672
673 const CallSiteIdItem& GetCallSiteId(uint32_t idx) const {
674 CHECK_LT(idx, NumCallSiteIds());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected