Searched defs:interfaces (Results 1 – 6 of 6) sorted by relevance
34 const std::vector<mirror::Class*>& interfaces) in GenerateProxyClass()123 std::vector<mirror::Class*> interfaces; in TEST_F() local159 std::vector<mirror::Class*> interfaces; in TEST_F() local
2290 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local3777 jobjectArray interfaces, jobject loader, in CreateProxyClass()4439 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass()4698 const DexFile::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local4783 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()5046 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkInterfaceMethods()
1730 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local
27 static jclass Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, in Proxy_generateProxy()
763 mirror::ObjectArray<mirror::Class>* interfaces = GetInterfaces(); in NumDirectInterfaces() local766 const DexFile::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
771 mirror::ObjectArray<mirror::Class>* interfaces = klass.Get()->GetInterfaces(); in GetDirectInterface() local