Home
last modified time | relevance | path

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

/art/runtime/
Dproxy_test.cc36 const std::vector<mirror::Class*>& interfaces) in GenerateProxyClass()
117 std::vector<mirror::Class*> interfaces; in TEST_F() local
153 std::vector<mirror::Class*> interfaces; in TEST_F() local
205 std::vector<mirror::Class*> interfaces; in TEST_F() local
Dclass_linker.cc2527 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local
4124 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() local
5529 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
6419 Handle<mirror::ObjectArray<mirror::Class>> interfaces) { in SetupInterfaceLookupTable()
Ddex_file_verifier.cc1993 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local
/art/runtime/native/
Djava_lang_reflect_Proxy.cc29 static jclass Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, in Proxy_generateProxy()
/art/runtime/mirror/
Dclass-inl.h888 mirror::ObjectArray<mirror::Class>* interfaces = GetInterfaces(); in NumDirectInterfaces() local
891 const DexFile::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
Dclass.cc862 mirror::ObjectArray<mirror::Class>* interfaces = klass.Get()->GetInterfaces(); in GetDirectInterface() local