Home | History | Annotate | Download | only in vm

Lines Matching refs:idx

325     int idx = headIndex();
331 AllocRecord* pRec = &gDvm.allocRecords[idx];
350 idx = (idx + 1) & (kNumAllocRecords-1);
377 int idx = headIndex();
392 AllocRecord* pRec = &gDvm.allocRecords[idx];
433 idx = (idx + 1) & (kNumAllocRecords-1);
607 * "idx" is the head of the list. We want to start at the end of the
610 int idx = headIndex();
616 AllocRecord* pRec = &gDvm.allocRecords[idx];
642 idx = (idx + 1) & (kNumAllocRecords-1);