Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc197 static int Find(mirror::Object* direct_pointer, int bottomIndex, int topIndex, const mirror::Object… in Find() argument
198 for (int i = bottomIndex; i < topIndex; ++i) { in Find()
222 int bottomIndex = prevState.parts.topIndex; in Remove() local
238 idx = Find(direct_pointer, bottomIndex, topIndex, table_); in Remove()
245 if (idx < bottomIndex) { in Remove()
248 << " vs " << bottomIndex << "-" << topIndex << ")"; in Remove()
254 << " (bottom=" << bottomIndex << " top=" << topIndex << ")"; in Remove()
268 while (--topIndex > bottomIndex && numHoles != 0) { in Remove()