Home
last modified time | relevance | path

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

/art/runtime/mirror/
Diftable.h45 size_t GetMethodArrayCount(int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
Diftable-inl.h61 inline size_t IfTable::GetMethodArrayCount(int32_t i) { in GetMethodArrayCount() function
/art/runtime/
Dcha.cc167 count = iftable->GetMethodArrayCount<kDefaultVerifyFlags, kWithoutReadBarrier>(i); in ResetSingleImplementationInHierarchy()
612 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in UpdateAfterLoadingOf()
Dclass_linker_test.cc306 EXPECT_EQ(0U, iftable->GetMethodArrayCount(i)); in AssertClass()
308 EXPECT_EQ(interface->NumDeclaredVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
Dclass_linker.cc1837 if (iftable->GetMethodArrayCount(i) > 0) { in CheckObjects()
6836 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()
6902 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable()
7057 if (super_iftable->GetMethodArrayCount(i) > 0) { in SetupInterfaceLookupTable()
7866 for (size_t j = 0, count = iftable->GetMethodArrayCount(i); j < count; ++j) { in UpdateIfTable()
/art/dex2oat/linker/
Dimage_writer.cc1153 if (iftable->GetMethodArrayCount(i) > 0) { in AssignImageBinSlot()