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

Method IsAtMethod

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

Source from the content-addressed store, hash-verified

1196 return header_.virtual_methods_size_;
1197 }
1198 bool IsAtMethod() const {
1199 return pos_ >= EndOfInstanceFieldsPos();
1200 }
1201 bool HasNextStaticField() const {
1202 return pos_ < EndOfStaticFieldsPos();
1203 }

Callers 1

UnHideAccessFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected