HomeSort by relevance Sort by last modified time
    Searched refs:pSlot (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
IndirectRefTable.c 118 IndirectRefSlot* pSlot = &pRef->slotData[slot];
119 pSlot->serial++;
121 // pRef->kind, slot, obj, iref, pSlot->serial);
122 pSlot->previous[pSlot->serial % kIRTPrevCount] = obj;
132 //IndirectRefSlot* pSlot = &pRef->slotData[slot];
134 // pRef->kind, slot, pSlot->serial);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 73 milliseconds