| 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 |
no outgoing calls
no test coverage detected