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

Method SkipAllFields

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

Source from the content-addressed store, hash-verified

1226 }
1227 }
1228 void SkipAllFields() {
1229 SkipStaticFields();
1230 SkipInstanceFields();
1231 }
1232 void SkipDirectMethods() {
1233 while (HasNextDirectMethod()) {
1234 Next();

Callers 7

fixCodeItemFunction · 0.80
VisitMethodsMethod · 0.80
FindCodeItemOffsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected