Lines Matching refs:ObjectArray

381   ObjPtr<mirror::ObjectArray<mirror::Object>> element_array = nullptr;  in ProcessEncodedAnnotation()
384 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_member_array_class, size); in ProcessEncodedAnnotation()
391 Handle<mirror::ObjectArray<mirror::Object>> h_element_array(hs.NewHandle(element_array)); in ProcessEncodedAnnotation()
844 static ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureValue( in GetSignatureValue()
857 hs.NewHandle(GetClassRoot<mirror::ObjectArray<mirror::String>>()); in GetSignatureValue()
868 ObjPtr<mirror::ObjectArray<mirror::Class>> GetThrowsValue(const ClassData& klass, in GetThrowsValue()
880 hs.NewHandle(GetClassRoot<mirror::ObjectArray<mirror::Class>>()); in GetThrowsValue()
891 ObjPtr<mirror::ObjectArray<mirror::Object>> ProcessAnnotationSet( in ProcessAnnotationSet()
903 return mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), 0); in ProcessAnnotationSet()
907 Handle<mirror::ObjectArray<mirror::Object>> result(hs.NewHandle( in ProcessAnnotationSet()
908 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), size))); in ProcessAnnotationSet()
935 ObjPtr<mirror::ObjectArray<mirror::Object>> trimmed_result = in ProcessAnnotationSet()
936 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_class.Get(), dest_index); in ProcessAnnotationSet()
949 ObjPtr<mirror::ObjectArray<mirror::Object>> ProcessAnnotationSetRefList( in ProcessAnnotationSetRefList()
965 Handle<mirror::ObjectArray<mirror::Object>> annotation_array_array(hs.NewHandle( in ProcessAnnotationSetRefList()
966 mirror::ObjectArray<mirror::Object>::Alloc(self, annotation_array_array_class, size))); in ProcessAnnotationSetRefList()
1002 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForField(ArtField* field) { in GetAnnotationsForField()
1009 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForField(ArtField* field) { in GetSignatureAnnotationForField()
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()
1161 /*out*/ MutableHandle<mirror::ObjectArray<mirror::String>>* names, in GetParametersMetadataForMethod()
1184 hs.NewHandle(GetClassRoot<mirror::ObjectArray<mirror::String>>(class_linker)); in GetParametersMetadataForMethod()
1216 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method) { in GetSignatureAnnotationForMethod()
1496 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForClass(Handle<mirror::Class> klass) { in GetAnnotationsForClass()
1502 ObjPtr<mirror::ObjectArray<mirror::Class>> GetDeclaredClasses(Handle<mirror::Class> klass) { in GetDeclaredClasses()
1516 hs.NewHandle(GetClassRoot<mirror::ObjectArray<mirror::Class>>()); in GetDeclaredClasses()
1680 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForClass( in GetSignatureAnnotationForClass()