diff options
Diffstat (limited to 'runtime/art_method.h')
-rw-r--r-- | runtime/art_method.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h index 013856f3fe..5d9b729847 100644 --- a/runtime/art_method.h +++ b/runtime/art_method.h @@ -602,6 +602,8 @@ class ArtMethod FINAL { const DexFile::ClassDef& GetClassDef() REQUIRES_SHARED(Locks::mutator_lock_); + ALWAYS_INLINE size_t GetNumberOfParameters() REQUIRES_SHARED(Locks::mutator_lock_); + const char* GetReturnTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_); ALWAYS_INLINE Primitive::Type GetReturnTypePrimitive() REQUIRES_SHARED(Locks::mutator_lock_); |