Home
last modified time | relevance | path

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

/art/runtime/
Dproxy_test.cc60 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
96 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
147 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
Dproxy_test.h40const std::vector<Handle<mirror::Class>>& interfaces) in GenerateProxyClass()
Dhidden_api_test.cc450 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
Dclass_linker.cc3415 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local
5025 jobjectArray interfaces, in CreateProxyClass()
6097 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass()
6268 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local
6373 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
7318 Handle<mirror::ObjectArray<mirror::Class>> interfaces) { in SetupInterfaceLookupTable()
/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.cc245 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.h962 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in NumDirectInterfaces() local
965 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
Dclass.cc1213 ObjPtr<ObjectArray<Class>> interfaces = klass->GetProxyInterfaces(); in GetDirectInterface() local
/art/dexlayout/
Ddexlayout.cc1444 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in DumpClass() local
1634 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in LayoutStringData() local
Ddex_ir.h911 TypeList* interfaces, in ClassDef()
/art/libdexfile/dex/
Ddex_file_verifier.cc2784 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