diff options
Diffstat (limited to 'runtime/dex/dex_file_annotations.h')
-rw-r--r-- | runtime/dex/dex_file_annotations.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/dex/dex_file_annotations.h b/runtime/dex/dex_file_annotations.h index d7ebf84b1c..4bb0d75a57 100644 --- a/runtime/dex/dex_file_annotations.h +++ b/runtime/dex/dex_file_annotations.h @@ -55,6 +55,8 @@ mirror::ObjectArray<mirror::Class>* GetExceptionTypesForMethod(ArtMethod* method REQUIRES_SHARED(Locks::mutator_lock_); mirror::ObjectArray<mirror::Object>* GetParameterAnnotations(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_); +uint32_t GetNumberOfAnnotatedMethodParameters(ArtMethod* method) + REQUIRES_SHARED(Locks::mutator_lock_); mirror::Object* GetAnnotationForMethodParameter(ArtMethod* method, uint32_t parameter_idx, Handle<mirror::Class> annotation_class) |