Searched defs:interfaces (Results 1 – 6 of 6) sorted by relevance
36 const std::vector<mirror::Class*>& interfaces) in GenerateProxyClass()117 std::vector<mirror::Class*> interfaces; in TEST_F() local153 std::vector<mirror::Class*> interfaces; in TEST_F() local205 std::vector<mirror::Class*> interfaces; in TEST_F() local
2527 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local4124 jobjectArray interfaces, in CreateProxyClass()5074 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass()5435 const DexFile::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local5529 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()6419 Handle<mirror::ObjectArray<mirror::Class>> interfaces) { in SetupInterfaceLookupTable()
1993 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local
29 static jclass Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, in Proxy_generateProxy()
888 mirror::ObjectArray<mirror::Class>* interfaces = GetInterfaces(); in NumDirectInterfaces() local891 const DexFile::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
862 mirror::ObjectArray<mirror::Class>* interfaces = klass.Get()->GetInterfaces(); in GetDirectInterface() local