Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc398 uint32_t collapse_top_index = top_index; in Remove() local
399 while (--collapse_top_index > bottom_index && current_num_holes_ != 0) { in Remove()
402 LOG(INFO) << "+++ checking for hole at " << collapse_top_index - 1 in Remove()
404 << table_[collapse_top_index - 1].GetReference()->Read<kWithoutReadBarrier>(); in Remove()
406 if (!table_[collapse_top_index - 1].GetReference()->IsNull()) { in Remove()
410 LOG(INFO) << "+++ ate hole at " << (collapse_top_index - 1); in Remove()
414 segment_state_.top_index = collapse_top_index; in Remove()