Searched refs:GetInterfaces (Results 1 – 5 of 5) sorted by relevance
837 inline ObjectArray<Class>* Class::GetInterfaces() { in GetInterfaces() function914 mirror::ObjectArray<mirror::Class>* interfaces = GetInterfaces(); in NumDirectInterfaces()
862 mirror::ObjectArray<mirror::Class>* interfaces = klass.Get()->GetInterfaces(); in GetDirectInterface()
1198 ObjectArray<Class>* GetInterfaces() SHARED_REQUIRES(Locks::mutator_lock_);
108 return soa.AddLocalReference<jobjectArray>(c->GetInterfaces()->Clone(soa.Self())); in Class_getProxyInterfaces()
4300 CHECK_EQ(klass.Get()->GetInterfaces(), in CreateProxyClass()