Searched refs:GetDirectInterface (Results 1 – 8 of 8) 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 | 902 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 0)); in InitWithoutImage() 904 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 1)); in InitWithoutImage() 906 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 0)); in InitWithoutImage() 908 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 1)); in InitWithoutImage() 1865 CHECK(klass->GetDirectInterface(self, klass, i) != nullptr) in VerifyAppImage() 5406 handle_scope_iface.Assign(mirror::Class::GetDirectInterface(self, klass.Get(), i)); in InitializeClass() 5559 ObjPtr<mirror::Class> super_iface = mirror::Class::GetDirectInterface(self, iface.Get(), i); in InitializeDefaultInterfaceRecursive() 7214 : mirror::Class::GetDirectInterface(self, klass, i); in FillIfTable() 7308 : mirror::Class::GetDirectInterface(self, klass.Get(), i); in SetupInterfaceLookupTable()
|
D | class_linker_test.cc | 235 mirror::Class::GetDirectInterface(self, array.Get(), 0); in AssertArrayClass() 239 mirror::Class::GetDirectInterface(self, array.Get(), 1); in AssertArrayClass()
|
/art/runtime/mirror/ |
D | class.cc | 417 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); in DumpClass() 1017 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() 1043 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() 1071 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindField() 1166 ObjPtr<Class> Class::GetDirectInterface(Thread* self, ObjPtr<Class> klass, uint32_t idx) { in GetDirectInterface() function in art::mirror::Class 1194 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 | 1225 static ObjPtr<Class> GetDirectInterface(Thread* self, ObjPtr<Class> klass, uint32_t idx)
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 419 art::mirror::Class::GetDirectInterface(self, klass, i); in Visit() 440 art::mirror::Class::GetDirectInterface(self, inf_klass, i); in VisitInterface()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 1127 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, klass, i); in MaybeAddToImageClasses() 2494 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); in NoClinitInDependency()
|