Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc176 int bottomIndex = prevState.parts.topIndex; in Remove() local
197 if (idx < bottomIndex) { in Remove()
200 << " vs " << bottomIndex << "-" << topIndex << ")"; in Remove()
206 << " (bottom=" << bottomIndex << " top=" << topIndex << ")"; in Remove()
220 while (--topIndex > bottomIndex && numHoles != 0) { in Remove()