Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc351 const uint32_t bottom_index = previous_state.top_index; in Remove() local
371 if (idx < bottom_index) { in Remove()
374 << " vs " << bottom_index << "-" << top_index << ")"; in Remove()
380 << " (bottom=" << bottom_index << " top=" << top_index << ")"; in Remove()
397 while (--collapse_top_index > bottom_index && current_num_holes_ != 0) { in Remove()
401 << " (previous_state=" << bottom_index << ") val=" in Remove()