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

/dalvik/vm/
H A DPointerSet.c185 int where; local
187 if (!dvmPointerSetHas(pSet, ptr, &where))
190 if (where != pSet->count-1) {
192 memmove(&pSet->list[where], &pSet->list[where+1],
193 (pSet->count-1 - where) * sizeof(pSet->list[0]));

Completed in 16 milliseconds