Lines Matching refs:ObjectArray
173 Handle<mirror::ObjectArray<mirror::Class>> interfaces = in Class_getInterfacesInternal()
176 mirror::ObjectArray<mirror::Class>::Clone(interfaces, soa.Self())); in Class_getInterfacesInternal()
187 GetClassRoot<mirror::ObjectArray<mirror::Class>>(linker); in Class_getInterfacesInternal()
188 ObjPtr<mirror::ObjectArray<mirror::Class>> ifaces = in Class_getInterfacesInternal()
189 mirror::ObjectArray<mirror::Class>::Alloc(soa.Self(), class_array_class, num_ifaces); in Class_getInterfacesInternal()
421 soa.Decode<mirror::ObjectArray<mirror::Class>>(args))); in Class_getDeclaredConstructorInternal()
454 auto h_constructors = hs.NewHandle(mirror::ObjectArray<mirror::Constructor>::Alloc( in Class_getDeclaredConstructorsInternal()
455 soa.Self(), GetClassRoot<mirror::ObjectArray<mirror::Constructor>>(), constructor_count)); in Class_getDeclaredConstructorsInternal()
493 soa.Decode<mirror::ObjectArray<mirror::Class>>(args), in Class_getDeclaredMethodInternal()
523 auto ret = hs.NewHandle(mirror::ObjectArray<mirror::Method>::Alloc( in Class_getDeclaredMethodsUnchecked()
524 soa.Self(), GetClassRoot<mirror::ObjectArray<mirror::Method>>(), num_methods)); in Class_getDeclaredMethodsUnchecked()
583 ObjPtr<mirror::ObjectArray<mirror::Object>> empty_array = in Class_getDeclaredAnnotations()
584 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), in Class_getDeclaredAnnotations()
600 ObjPtr<mirror::ObjectArray<mirror::Class>> classes = nullptr; in Class_getDeclaredClasses()
610 ObjPtr<mirror::Class> class_array_class = GetClassRoot<mirror::ObjectArray<mirror::Class>>(); in Class_getDeclaredClasses()
612 ObjPtr<mirror::ObjectArray<mirror::Class>> empty_array = in Class_getDeclaredClasses()
613 mirror::ObjectArray<mirror::Class>::Alloc(soa.Self(), class_array_class, 0); in Class_getDeclaredClasses()
829 ObjPtr<mirror::ObjectArray<mirror::Class>> classes = annotations::GetNestMembers(klass); in Class_getNestMembersFromAnnotation()
868 ObjPtr<mirror::ObjectArray<mirror::Class>> classes = annotations::GetPermittedSubclasses(klass); in Class_getPermittedSubclassesFromAnnotation()
914 soa.Self(), ScopedNullHandle<mirror::ObjectArray<mirror::Class>>(), kRuntimePointerSize))); in Class_newInstance()