| 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_); |
no outgoing calls
no test coverage detected