Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc170 static size_t CountNullEntries(const IrtEntry* table, size_t from, size_t to) { in CountNullEntries() function
184 size_t count = CountNullEntries(table_, prev_state.top_index, top_index); in RecoverHoles()
207 size_t count = CountNullEntries(table, prev_state.top_index, cur_state.top_index); in CheckHoleCount()