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

Method ReadClassDataField

Bcore/src/main/cpp/dex/dex_file.cc:712–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void ClassDataItemIterator::ReadClassDataField() {
713 field_.field_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);
714 field_.access_flags_ = DecodeUnsignedLeb128(&ptr_pos_);
715 // The user of the iterator is responsible for checking if there
716 // are unordered or duplicate indexes.
717}
718
719void ClassDataItemIterator::ReadClassDataMethod() {
720 method_.method_idx_delta_ = DecodeUnsignedLeb128(&ptr_pos_);

Callers

nothing calls this directly

Calls 1

DecodeUnsignedLeb128Function · 0.85

Tested by

no test coverage detected