Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Diftable.h46 size_t GetMethodArrayCount(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
H A Diftable-inl.h61 inline size_t IfTable::GetMethodArrayCount(int32_t i) { in GetMethodArrayCount() function
H A Dclass.cc2379 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in FindAccessibleInterfaceMethod()
/aosp_15_r20/art/runtime/
H A Dcha.cc167 count = iftable->GetMethodArrayCount<kDefaultVerifyFlags, kWithoutReadBarrier>(i); in ResetSingleImplementationInHierarchy()
599 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in UpdateAfterLoadingOf()
H A Dclass_linker_test.cc302 EXPECT_EQ(0U, iftable->GetMethodArrayCount(i)); in AssertClass()
304 EXPECT_EQ(interface->NumDeclaredVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
H A Dclass_linker.cc6838 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()
6904 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()