Lines Matching defs:method

119             ArtMethod* method,  in ClassData()
305 inline const AnnotationSetItem* FindAnnotationSetForMethod(ArtMethod* method) in FindAnnotationSetForMethod()
315 const ParameterAnnotationsItem* FindAnnotationsItemForMethod(ArtMethod* method) in FindAnnotationsItemForMethod()
518 ArtMethod* method = class_linker->ResolveMethodWithoutInvokeType( in ProcessAnnotationValue() local
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() local
1745 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC()