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

Method NumStaticFields

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

Source from the content-addressed store, hash-verified

1184 }
1185 }
1186 uint32_t NumStaticFields() const {
1187 return header_.static_fields_size_;
1188 }
1189 uint32_t NumInstanceFields() const {
1190 return header_.instance_fields_size_;
1191 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected