Home
last modified time | relevance | path

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

/art/runtime/
Dproxy_test.cc51 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
85 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
137 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
Dproxy_test.h41const std::vector<Handle<mirror::Class>>& interfaces) in GenerateProxyClass()
Dhidden_api_test.cc649 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
Dclass_linker.cc3672 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local
5467 jobjectArray interfaces, in CreateProxyClass()
6531 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass()
6698 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local
7227 InterfaceAccessor&& interfaces, in FindNewIfTableInterfaces()
7307 InterfaceAccessor&& interfaces) in SetupInterfaceLookupTable()
9019 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
9287 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
/art/runtime/native/
Djava_lang_reflect_Proxy.cc32 static jclass Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, in Proxy_generateProxy()
Djava_lang_Class.cc173 Handle<mirror::ObjectArray<mirror::Class>> interfaces = in Class_getInterfacesInternal() local
/art/test/616-cha-proxy-method-inline/src/
DMain.java22 static Class<?>[] interfaces = {Foo.class}; field in DebugProxy
/art/tools/veridex/
Dresolver.cc164 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupMethodIn() local
208 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupFieldIn() local
/art/runtime/mirror/
Dclass-inl.h1063 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in NumDirectInterfaces() local
1066 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
Dclass.cc1494 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in GetDirectInterface() local
/art/libdexfile/dex/
Ddex_file_verifier.cc3018 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local
/art/openjdkjvmti/
Dti_redefine.cc1120 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass() local