Home
last modified time | relevance | path

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

/art/runtime/
Dproxy_test.cc47 std::vector<mirror::Class*> interfaces; in TEST_F() local
83 std::vector<mirror::Class*> interfaces; in TEST_F() local
134 std::vector<mirror::Class*> interfaces; in TEST_F() local
Dproxy_test.h38 const std::vector<mirror::Class*>& interfaces) in GenerateProxyClass()
Dhidden_api_test.cc328 std::vector<mirror::Class*> interfaces; in TEST_F() local
Dclass_linker.cc2786 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local
4351 jobjectArray interfaces, in CreateProxyClass()
5332 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass()
5502 const DexFile::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local
5606 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
6534 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()
/art/test/616-cha-proxy-method-inline/src/
DMain.java22 static Class<?>[] interfaces = {Foo.class}; field in DebugProxy
/art/tools/veridex/
Dresolver.cc178 const DexFile::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupMethodIn() local
225 const DexFile::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupFieldIn() local
/art/runtime/mirror/
Dclass-inl.h980 ObjectArray<Class>* interfaces = GetProxyInterfaces(); in NumDirectInterfaces() local
983 const DexFile::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
Dclass.cc1063 ObjPtr<ObjectArray<Class>> interfaces = klass->GetProxyInterfaces(); in GetDirectInterface() local
/art/dexlayout/
Ddexlayout.cc1438 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in DumpClass() local
1626 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in LayoutStringData() local
Ddex_ir.h929 TypeList* interfaces, in ClassDef()
/art/openjdkjvmti/
Dti_redefine.cc784 const art::DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass() local
/art/libdexfile/dex/
Ddex_file_verifier.cc2338 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local