Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc177 int bottomIndex = prevState.parts.topIndex; in Remove() local
198 if (idx < bottomIndex) { in Remove()
201 << " vs " << bottomIndex << "-" << topIndex << ")"; in Remove()
207 << " (bottom=" << bottomIndex << " top=" << topIndex << ")"; in Remove()
221 while (--topIndex > bottomIndex && numHoles != 0) { in Remove()