Home
last modified time | relevance | path

Searched refs:GetDirectInterface (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dproxy_test.cc71 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()
Dclass_linker.cc902 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()
Dclass_linker_test.cc235 mirror::Class::GetDirectInterface(self, array.Get(), 0); in AssertArrayClass()
239 mirror::Class::GetDirectInterface(self, array.Get(), 1); in AssertArrayClass()
/art/runtime/mirror/
Dclass.cc417 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()
Dobject_test.cc150 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 0)); in TEST_F()
152 mirror::Class::GetDirectInterface(soa.Self(), klass.Get(), 1)); in TEST_F()
Dclass.h1225 static ObjPtr<Class> GetDirectInterface(Thread* self, ObjPtr<Class> klass, uint32_t idx)
/art/openjdkjvmti/
Dti_heap.cc419 art::mirror::Class::GetDirectInterface(self, klass, i); in Visit()
440 art::mirror::Class::GetDirectInterface(self, inf_klass, i); in VisitInterface()
/art/dex2oat/driver/
Dcompiler_driver.cc1127 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, klass, i); in MaybeAddToImageClasses()
2494 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); in NoClinitInDependency()