| 120 | } |
| 121 | |
| 122 | inline const char* DexFile::GetClassDescriptor(const ClassDef& class_def) const { |
| 123 | return StringByTypeIdx(class_def.class_idx_); |
| 124 | } |
| 125 | |
| 126 | inline const char* DexFile::GetReturnTypeDescriptor(const ProtoId& proto_id) const { |
| 127 | return StringByTypeIdx(proto_id.return_type_idx_); |
nothing calls this directly
no outgoing calls
no test coverage detected