Home
last modified time | relevance | path

Searched refs:GetDirectInterface (Results 1 – 9 of 9) 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.cc977 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 0)); in InitWithoutImage()
979 mirror::Class::GetDirectInterface(self, class_array_class.Get(), 1)); in InitWithoutImage()
981 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 0)); in InitWithoutImage()
983 mirror::Class::GetDirectInterface(self, object_array_class.Get(), 1)); in InitWithoutImage()
2054 CHECK(klass->GetDirectInterface(self, klass, i) != nullptr) in VerifyAppImage()
5544 handle_scope_iface.Assign(mirror::Class::GetDirectInterface(self, klass.Get(), i)); in InitializeClass()
5697 ObjPtr<mirror::Class> super_iface = mirror::Class::GetDirectInterface(self, iface.Get(), i); in InitializeDefaultInterfaceRecursive()
7354 : mirror::Class::GetDirectInterface(self, klass.Get(), i); in SetupInterfaceLookupTable()
7392 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.cc448 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); in DumpClass()
1048 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField()
1074 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField()
1102 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindField()
1197 ObjPtr<Class> Class::GetDirectInterface(Thread* self, ObjPtr<Class> klass, uint32_t idx) { in GetDirectInterface() function in art::mirror::Class
1225 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.h1214 static ObjPtr<Class> GetDirectInterface(Thread* self, ObjPtr<Class> klass, uint32_t idx)
/art/runtime/verifier/
Dverifier_deps.cc368 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, current, i); in FindOneClassPathBoundaryForInterface()
388 ObjPtr<mirror::Class> direct = mirror::Class::GetDirectInterface(thread, itf, j); in FindOneClassPathBoundaryForInterface()
/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.cc1210 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, klass, i); in MaybeAddToImageClasses()
2580 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); in NoClinitInDependency()