Lines Matching refs:ArtMethod

68   explicit ClassData(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_)  in REQUIRES_SHARED()
119 ArtMethod* method, in ClassData()
130 ArtMethod* method_;
305 inline const AnnotationSetItem* FindAnnotationSetForMethod(ArtMethod* method) in FindAnnotationSetForMethod()
315 const ParameterAnnotationsItem* FindAnnotationsItemForMethod(ArtMethod* method) in FindAnnotationsItemForMethod()
401 ArtMethod* create_annotation_method = in ProcessEncodedAnnotation()
518 ArtMethod* method = class_linker->ResolveMethodWithoutInvokeType( in ProcessAnnotationValue()
711 ArtMethod* annotation_method = in CreateAnnotationMember()
744 ArtMethod* annotation_member_init = in CreateAnnotationMember()
1031 ObjPtr<mirror::Object> GetAnnotationDefaultValue(ArtMethod* method) { in GetAnnotationDefaultValue()
1075 ObjPtr<mirror::Object> GetAnnotationForMethod(ArtMethod* method, in GetAnnotationForMethod()
1085 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForMethod(ArtMethod* method) { in GetAnnotationsForMethod()
1092 ObjPtr<mirror::ObjectArray<mirror::Class>> GetExceptionTypesForMethod(ArtMethod* method) { in GetExceptionTypesForMethod()
1100 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations()
1116 uint32_t GetNumberOfAnnotatedMethodParameters(ArtMethod* method) { in GetNumberOfAnnotatedMethodParameters()
1131 ObjPtr<mirror::Object> GetAnnotationForMethodParameter(ArtMethod* method, in GetAnnotationForMethodParameter()
1160 ArtMethod* method, in GetParametersMetadataForMethod()
1216 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method) { in GetSignatureAnnotationForMethod()
1224 bool IsMethodAnnotationPresent(ArtMethod* method, in IsMethodAnnotationPresent()
1585 ArtMethod* method = Runtime::Current()->GetClassLinker()->ResolveMethodWithoutInvokeType( in GetEnclosingClass()
1745 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC()