Searched defs:interfaces (Results 1 – 14 of 14) sorted by relevance
| /art/runtime/ |
| D | proxy_test.cc | 53 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local 89 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local 140 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
|
| D | proxy_test.h | 40 … const std::vector<Handle<mirror::Class>>& interfaces) in GenerateProxyClass()
|
| D | hidden_api_test.cc | 598 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
|
| D | class_linker.cc | 3502 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local 5054 jobjectArray interfaces, in CreateProxyClass() 6120 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass() 6293 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local 6798 InterfaceAccessor&& interfaces, in FindNewIfTableInterfaces() 6878 InterfaceAccessor&& interfaces) in SetupInterfaceLookupTable() 8590 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods() 8855 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods()
|
| /art/runtime/native/ |
| D | java_lang_reflect_Proxy.cc | 32 static jclass Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces, in Proxy_generateProxy()
|
| D | java_lang_Class.cc | 173 Handle<mirror::ObjectArray<mirror::Class>> interfaces = in Class_getInterfacesInternal() local
|
| /art/test/616-cha-proxy-method-inline/src/ |
| D | Main.java | 22 static Class<?>[] interfaces = {Foo.class}; field in DebugProxy
|
| /art/tools/veridex/ |
| D | resolver.cc | 164 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/ |
| D | class-inl.h | 944 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in NumDirectInterfaces() local 947 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
|
| D | class.cc | 1528 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in GetDirectInterface() local
|
| /art/dexlayout/ |
| D | dexlayout.cc | 1516 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in DumpClass() local 1936 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in LayoutStringData() local
|
| D | dex_ir.h | 919 TypeList* interfaces, in ClassDef()
|
| /art/libdexfile/dex/ |
| D | dex_file_verifier.cc | 2779 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local
|
| /art/openjdkjvmti/ |
| D | ti_redefine.cc | 1136 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass() local
|