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

Method GetProtoParameters

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

Source from the content-addressed store, hash-verified

728 const char* GetShorty(uint32_t proto_idx) const;
729
730 const TypeList* GetProtoParameters(const ProtoId& proto_id) const {
731 return DataPointer<TypeList>(proto_id.parameters_off_);
732 }
733
734 const uint8_t* GetEncodedStaticFieldValuesArray(const ClassDef& class_def) const {
735 return DataPointer<uint8_t>(class_def.static_values_off_);

Callers 6

operator==Method · 0.80
SlowCompareMethod · 0.80
ToStringMethod · 0.80
GetNumberOfParametersMethod · 0.80
operator==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected