Searched refs:GetDirectInterface (Results 1 – 10 of 10) sorted by relevance
/art/runtime/ |
D | proxy_test.cc | 71 EXPECT_OBJ_PTR_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 0)); in TEST_F() 72 EXPECT_OBJ_PTR_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class.Get(), 1)); in TEST_F()
|
D | class_linker.cc | 699 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 0)); in InitWithoutImage() 701 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 1)); in InitWithoutImage() 703 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 0)); in InitWithoutImage() 705 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 1)); in InitWithoutImage() 1966 CHECK(klass->GetDirectInterface(self, klass, i) != nullptr) in VerifyAppImage() 5298 handle_scope_iface.Assign(mirror::Class::GetDirectInterface(self, klass.Get(), i)); in InitializeClass() 5443 ObjPtr<mirror::Class> super_iface = mirror::Class::GetDirectInterface(self, iface.Get(), i); in InitializeDefaultInterfaceRecursive() 7073 : mirror::Class::GetDirectInterface(self, klass.Get(), i); in SetupInterfaceLookupTable() 7111 mirror::Class::GetDirectInterface(self, klass.Get(), i); in SetupInterfaceLookupTable()
|
D | class_linker_test.cc | 234 mirror::Class::GetDirectInterface(self, array.Get(), 0); in AssertArrayClass() 238 mirror::Class::GetDirectInterface(self, array.Get(), 1); in AssertArrayClass()
|
D | debugger.cc | 1660 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, c, i); in OutputDeclaredInterfaces()
|
/art/runtime/mirror/ |
D | class.cc | 327 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); in DumpClass() 927 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() 953 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() 981 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindField() 1049 ObjPtr<Class> Class::GetDirectInterface(Thread* self, ObjPtr<Class> klass, uint32_t idx) { in GetDirectInterface() function in art::mirror::Class 1077 ObjPtr<Class> interface = GetDirectInterface(self, klass.Get(), idx); in ResolveDirectInterface()
|
D | object_test.cc | 150 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 0)); in TEST_F() 152 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 1)); in TEST_F()
|
D | class.h | 1120 static ObjPtr<Class> GetDirectInterface(Thread* self, ObjPtr<Class> klass, uint32_t idx)
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 371 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, current, i); in FindOneClassPathBoundaryForInterface() 391 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, itf, j); in FindOneClassPathBoundaryForInterface()
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 389 art::mirror::Class::GetDirectInterface(self, klass, i); in Visit() 410 art::mirror::Class::GetDirectInterface(self, inf_klass, i); in VisitInterface()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 1136 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, klass, i); in MaybeAddToImageClasses() 2403 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); in InitializeDependencies() 2441 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); in NoClinitInDependency()
|