diff options
Diffstat (limited to 'runtime/dex_file.h')
| -rw-r--r-- | runtime/dex_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h index 20f3a9caea..da828dc403 100644 --- a/runtime/dex_file.h +++ b/runtime/dex_file.h @@ -639,6 +639,9 @@ class DexFile { // Returns a representation of the signature of a method id. const Signature GetMethodSignature(const MethodId& method_id) const; + // Returns a representation of the signature of a proto id. + const Signature GetProtoSignature(const ProtoId& proto_id) const; + // Returns the name of a method id. const char* GetMethodName(const MethodId& method_id) const; |