Home
last modified time | relevance | path

Searched refs:GetMethodArrayCount (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Diftable.h43 size_t GetMethodArrayCount(int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetMethodArrayCount() function
/art/runtime/
Dclass_linker_test.cc230 EXPECT_EQ(0U, iftable->GetMethodArrayCount(i)); in AssertClass()
232 EXPECT_EQ(interface->NumVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
Dclass_linker.cc4692 if (super_iftable->GetMethodArrayCount(i) > 0) { in LinkInterfaceMethods()