Searched refs:GetMethodArrayCount (Results 1 – 6 of 6) sorted by relevance
45 size_t GetMethodArrayCount(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
61 inline size_t IfTable::GetMethodArrayCount(int32_t i) { in GetMethodArrayCount() function
1775 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in FindAccessibleInterfaceMethod()
167 count = iftable->GetMethodArrayCount<kDefaultVerifyFlags, kWithoutReadBarrier>(i); in ResetSingleImplementationInHierarchy()613 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in UpdateAfterLoadingOf()
307 EXPECT_EQ(0U, iftable->GetMethodArrayCount(i)); in AssertClass()309 EXPECT_EQ(interface->NumDeclaredVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
1769 if (iftable->GetMethodArrayCount(i) > 0) { in CheckObjects()7060 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()7126 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()7292 if (super_iftable->GetMethodArrayCount(i) > 0) { in SetupInterfaceLookupTable()8107 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in UpdateIfTable()