Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dindirect_reference_table.cc175 static size_t CountNullEntries(const IrtEntry* table, size_t from, size_t to) { in CountNullEntries() function
189 size_t count = CountNullEntries(table_, prev_state.top_index, top_index); in RecoverHoles()
212 size_t count = CountNullEntries(table, prev_state.top_index, cur_state.top_index); in CheckHoleCount()