Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h44 size_t GetMethodArrayCount(int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetMethodArrayCount() function
/art/runtime/
Dclass_linker_test.cc229 EXPECT_EQ(0U, iftable->GetMethodArrayCount(i)); in AssertClass()
231 EXPECT_EQ(interface->NumVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
Dclass_linker.cc5066 if (super_iftable->GetMethodArrayCount(i) > 0) { in LinkInterfaceMethods()
5174 const size_t method_array_count = if_table->GetMethodArrayCount(i); in LinkInterfaceMethods()