Searched defs:interfaces (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | proxy_test.cc | 60 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
|
D | proxy_test.h | 40 … const std::vector<Handle<mirror::Class>>& interfaces) in GenerateProxyClass()
|
D | hidden_api_test.cc | 599 std::vector<Handle<mirror::Class>> interfaces; in TEST_F() local
|
D | class_linker.cc | 3256 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); in DefineClass() local 4789 jobjectArray interfaces, in CreateProxyClass() 5859 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkClass() 6030 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces() local 6507 InterfaceAccessor&& interfaces, in FindNewIfTableInterfaces() 6587 InterfaceAccessor&& interfaces) in SetupInterfaceLookupTable() 8303 Handle<mirror::ObjectArray<mirror::Class>> interfaces, in LinkMethods() 8566 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 | 157 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 | 1001 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in NumDirectInterfaces() local 1004 const dex::TypeList* interfaces = GetInterfaceTypeList(); in NumDirectInterfaces() local
|
D | class.cc | 1531 ObjPtr<ObjectArray<Class>> interfaces = GetProxyInterfaces(); in GetDirectInterface() local
|
/art/dexlayout/ |
D | dexlayout.cc | 1511 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in DumpClass() local 1701 const dex_ir::TypeList* interfaces = class_def->Interfaces(); in LayoutStringData() local
|
D | dex_ir.h | 911 TypeList* interfaces, in ClassDef()
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 2784 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem() local
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1124 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass() local
|