Searched refs:GetIfTable (Results 1 – 6 of 6) sorted by relevance
208 IfTable* iftable = GetIfTable(); in Implements()361 IfTable* iftable = GetIfTable(); in FindVirtualMethodForInterface()392 inline IfTable* Class::GetIfTable() { in GetIfTable() function397 IfTable* iftable = GetIfTable(); in GetIfTableCount()
370 IfTable* iftable = GetIfTable(); in FindInterfaceMethod()388 IfTable* iftable = GetIfTable(); in FindInterfaceMethod()406 IfTable* iftable = GetIfTable(); in FindInterfaceMethod()
147 IfTable* iftable = GetDeclaringClass()->GetIfTable(); in FindOverriddenMethod()
793 IfTable* GetIfTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1654 array_iftable_ = GcRoot<mirror::IfTable>(GetClassRoot(kObjectArrayClass)->GetIfTable()); in InitFromImage()1655 DCHECK(array_iftable_.Read() == GetClassRoot(kBooleanArrayClass)->GetIfTable()); in InitFromImage()4275 if (klass->GetClassLoader() != klass->GetIfTable()->GetInterface(i)->GetClassLoader()) { in ValidateSuperClassDescriptors()4276 uint32_t num_methods = klass->GetIfTable()->GetInterface(i)->NumVirtualMethods(); in ValidateSuperClassDescriptors()4278 mh.ChangeMethod(klass->GetIfTable()->GetMethodArray(i)->GetWithoutChecks(j)); in ValidateSuperClassDescriptors()4279 super_mh.ChangeMethod(klass->GetIfTable()->GetInterface(i)->GetVirtualMethod(j)); in ValidateSuperClassDescriptors()4286 PrettyDescriptor(klass->GetIfTable()->GetInterface(i)).c_str()); in ValidateSuperClassDescriptors()4684 DCHECK(klass->GetIfTable() == nullptr); in LinkInterfaceMethods()4690 mirror::IfTable* super_iftable = klass->GetSuperClass()->GetIfTable(); in LinkInterfaceMethods()4710 mirror::IfTable* super_iftable = klass->GetSuperClass()->GetIfTable(); in LinkInterfaceMethods()[all …]
97 EXPECT_TRUE(primitive->GetIfTable() == NULL); in AssertPrimitiveClass()151 ASSERT_TRUE(array->GetIfTable() != NULL); in AssertArrayClass()225 mirror::IfTable* iftable = klass->GetIfTable(); in AssertClass()