Searched refs:GetMethodArrayCount (Results 1 – 3 of 3) sorted by relevance
44 size_t GetMethodArrayCount(int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetMethodArrayCount() function
229 EXPECT_EQ(0U, iftable->GetMethodArrayCount(i)); in AssertClass()231 EXPECT_EQ(interface->NumVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
5066 if (super_iftable->GetMethodArrayCount(i) > 0) { in LinkInterfaceMethods()5174 const size_t method_array_count = if_table->GetMethodArrayCount(i); in LinkInterfaceMethods()