Read MapItems and validate/set remaining offsets.
| 961 | |
| 962 | // Read MapItems and validate/set remaining offsets. |
| 963 | const DexFile::MapList* GetMapList() const { |
| 964 | return reinterpret_cast<const DexFile::MapList*>(DataBegin() + header_->map_off_); |
| 965 | } |
| 966 | |
| 967 | // Utility methods for reading integral values from a buffer. |
| 968 | static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth); |
nothing calls this directly
no outgoing calls
no test coverage detected