Searched refs:GetMethodArrayCount (Results 1 – 6 of 6) sorted by relevance
48 size_t GetMethodArrayCount(int32_t i) SHARED_REQUIRES(Locks::mutator_lock_) { in GetMethodArrayCount() function
293 EXPECT_EQ(0U, iftable->GetMethodArrayCount(i)); in AssertClass()295 EXPECT_EQ(interface->NumDeclaredVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
874 if (iftable->GetMethodArrayCount(i) > 0) { in SanityCheckObjectsCallback()6220 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()6286 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()6437 if (super_iftable->GetMethodArrayCount(i) > 0) { in SetupInterfaceLookupTable()7079 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in LinkInterfaceMethods()
720 if (iftable->GetMethodArrayCount(i) > 0) { in VisitObject()
850 if (iftable->GetMethodArrayCount<kVerifyNone, kWithoutReadBarrier>(i) > 0) { in operator ()()
550 if (iftable->GetMethodArrayCount(i) > 0) { in AssignImageBinSlot()