Home
last modified time | relevance | path

Searched defs:interfaces (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dproxy_test.cc34 const std::vector<mirror::Class*>& interfaces) in GenerateProxyClass()
123 std::vector<mirror::Class*> interfaces; in TEST_F() local
159 std::vector<mirror::Class*> interfaces; in TEST_F() local
Dclass_linker.cc2290 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local
3777 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() local
4783 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
5046 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkInterfaceMethods()
Ddex_file_verifier.cc1730 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local
/art/runtime/native/
Djava_lang_reflect_Proxy.cc27 static jclass Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, in Proxy_generateProxy()
/art/runtime/mirror/
Dclass-inl.h763 mirror::ObjectArray<mirror::Class>* interfaces = GetInterfaces(); in NumDirectInterfaces() local
766 const DexFile::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
Dclass.cc771 mirror::ObjectArray<mirror::Class>* interfaces = klass.Get()->GetInterfaces(); in GetDirectInterface() local