Lines Matching refs:ObjectArray

384   ObjPtr<mirror::ObjectArray<mirror::Object>> element_array = nullptr;  in ProcessEncodedAnnotation()
387 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_member_array_class, size); in ProcessEncodedAnnotation()
394 Handle<mirror::ObjectArray<mirror::Object>> h_element_array(hs.NewHandle(element_array)); in ProcessEncodedAnnotation()
850 static inline ObjPtr<mirror::ObjectArray<T>> GetAnnotationArrayValue( in GetAnnotationArrayValue()
868 hs.NewHandle(GetClassRoot<mirror::ObjectArray<T>>()); in GetAnnotationArrayValue()
881 static ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureValue( in GetSignatureValue()
894 hs.NewHandle(GetClassRoot<mirror::ObjectArray<mirror::String>>()); in GetSignatureValue()
905 ObjPtr<mirror::ObjectArray<mirror::Class>> GetThrowsValue(const ClassData& klass, in GetThrowsValue()
917 hs.NewHandle(GetClassRoot<mirror::ObjectArray<mirror::Class>>()); in GetThrowsValue()
928 ObjPtr<mirror::ObjectArray<mirror::Object>> ProcessAnnotationSet( in ProcessAnnotationSet()
939 return mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), 0); in ProcessAnnotationSet()
943 Handle<mirror::ObjectArray<mirror::Object>> result(hs.NewHandle( in ProcessAnnotationSet()
944 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), size))); in ProcessAnnotationSet()
971 ObjPtr<mirror::ObjectArray<mirror::Object>> trimmed_result = in ProcessAnnotationSet()
972 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet()
985 ObjPtr<mirror::ObjectArray<mirror::Object>> ProcessAnnotationSetRefList( in ProcessAnnotationSetRefList()
1000 Handle<mirror::ObjectArray<mirror::Object>> annotation_array_array(hs.NewHandle( in ProcessAnnotationSetRefList()
1001 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_array_class, size))); in ProcessAnnotationSetRefList()
1037 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForField(ArtField* field) { in GetAnnotationsForField()
1044 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForField(ArtField* field) { in GetSignatureAnnotationForField()
1120 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForMethod(ArtMethod* method) { in GetAnnotationsForMethod()
1127 ObjPtr<mirror::ObjectArray<mirror::Class>> GetExceptionTypesForMethod(ArtMethod* method) { in GetExceptionTypesForMethod()
1135 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method) { in GetParameterAnnotations()
1196 /*out*/ MutableHandle<mirror::ObjectArray<mirror::String>>* names, in GetParametersMetadataForMethod()
1219 hs.NewHandle(GetClassRoot<mirror::ObjectArray<mirror::String>>(class_linker)); in GetParametersMetadataForMethod()
1251 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method) { in GetSignatureAnnotationForMethod()
1544 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForClass(Handle<mirror::Class> klass) { in GetAnnotationsForClass()
1550 ObjPtr<mirror::ObjectArray<mirror::Class>> GetDeclaredClasses(Handle<mirror::Class> klass) { in GetDeclaredClasses()
1714 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForClass( in GetSignatureAnnotationForClass()
1796 ObjPtr<mirror::ObjectArray<mirror::Class>> GetNestMembers(Handle<mirror::Class> klass) { in GetNestMembers()
1802 ObjPtr<mirror::ObjectArray<mirror::Class>> GetPermittedSubclasses(Handle<mirror::Class> klass) { in GetPermittedSubclasses()