Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7056 uint32_t conflict_counts[ImTable::kSize] = {}; in FillIMTFromIfTable() local
7093 ++conflict_counts[imt_index]; in FillIMTFromIfTable()
7107 size_t conflicts = conflict_counts[i]; in FillIMTFromIfTable()