Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h224 IfTable* iftable = GetIfTable(); in Implements()
377 IfTable* iftable = GetIfTable(); in FindVirtualMethodForInterface()
410 inline IfTable* Class::GetIfTable() { in GetIfTable() function
415 IfTable* iftable = GetIfTable(); in GetIfTableCount()
Dclass.cc357 IfTable* iftable = GetIfTable(); in FindInterfaceMethod()
376 IfTable* iftable = GetIfTable(); in FindInterfaceMethod()
395 IfTable* iftable = GetIfTable(); in FindInterfaceMethod()
Dclass.h874 ALWAYS_INLINE IfTable* GetIfTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc1088 auto* iftable = klass->GetIfTable(); in SanityCheckObjectsCallback()
1214 array_iftable_ = GcRoot<mirror::IfTable>(GetClassRoot(kObjectArrayClass)->GetIfTable()); in InitFromImage()
1215 DCHECK_EQ(array_iftable_.Read(), GetClassRoot(kBooleanArrayClass)->GetIfTable()); in InitFromImage()
3962 super_klass.Assign(klass->GetIfTable()->GetInterface(i)); in ValidateSuperClassDescriptors()
3966 auto* m = klass->GetIfTable()->GetMethodArray(i)->GetElementPtrSize<ArtMethod*>( in ValidateSuperClassDescriptors()
4674 DCHECK(klass->GetIfTable() == nullptr); in LinkInterfaceMethods()
4679 mirror::IfTable* super_iftable = klass->GetSuperClass()->GetIfTable(); in LinkInterfaceMethods()
4712 mirror::IfTable* super_iftable = klass->GetSuperClass()->GetIfTable(); in LinkInterfaceMethods()
4738 mirror::Class* super_interface = interface->GetIfTable()->GetInterface(j); in LinkInterfaceMethods()
4795 mirror::IfTable* if_table = super_class->GetIfTable(); in LinkInterfaceMethods()
[all …]
Dclass_linker_test.cc98 EXPECT_TRUE(primitive->GetIfTable() == nullptr); in AssertPrimitiveClass()
152 ASSERT_TRUE(array->GetIfTable() != nullptr); in AssertArrayClass()
222 mirror::IfTable* iftable = klass->GetIfTable(); in AssertClass()
Dart_method.cc132 mirror::IfTable* iftable = GetDeclaringClass()->GetIfTable(); in FindOverriddenMethod()
/art/patchoat/
Dpatchoat.cc611 auto* iftable = klass->GetIfTable(); in VisitObject()
/art/compiler/
Dimage_writer.cc413 auto* iftable = klass->GetIfTable(); in AssignImageBinSlot()