Searched defs:bottomIndex (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DIndirectRefTable.cpp186 static int findObject(const Object* obj, int bottomIndex, int topIndex, argument
188 for (int i = bottomIndex; i < topIndex; ++i) {
218 u4 bottomIndex = prevState.parts.topIndex; local
228 if (index < bottomIndex) {
231 index, bottomIndex, topIndex);
237 index, bottomIndex, topIndex);
253 int i = findObject(reinterpret_cast<Object*>(iref), bottomIndex, topIndex, table_);
268 while (--topIndex > bottomIndex && numHoles != 0) {

Completed in 49 milliseconds