Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.cc6838 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable() local
6840 DCHECK_GE(num_virtuals, method_array_count); in FillIMTFromIfTable()
6843 DCHECK_EQ(method_array_count, 0u); in FillIMTFromIfTable()
6845 DCHECK_EQ(interface->NumDeclaredVirtualMethods(), method_array_count); in FillIMTFromIfTable()
6848 if (method_array_count == 0) { in FillIMTFromIfTable()
6852 for (size_t j = 0; j < method_array_count; ++j) { in FillIMTFromIfTable()
6904 const size_t method_array_count = if_table->GetMethodArrayCount(i); in FillIMTFromIfTable() local
6906 if (method_array_count == 0) { in FillIMTFromIfTable()
6910 for (size_t j = 0; j < method_array_count; ++j) { in FillIMTFromIfTable()