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

  /art/runtime/
indirect_reference_table.h 359 IndirectRefSlot* pSlot = &slot_data_[slot];
360 pSlot->serial++;
361 pSlot->previous[pSlot->serial % kIRTPrevCount] = obj;
  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 167 ScratchFreeslot *pSlot;
170 pSlot = (ScratchFreeslot*)sqlite3GlobalConfig.pScratch;
172 mem0.pScratchFree = pSlot;
175 pSlot->pNext = (ScratchFreeslot*)(sz+(char*)pSlot);
176 pSlot = pSlot->pNext;
178 pSlot->pNext = 0;
179 mem0.pScratchEnd = (void*)&pSlot[1];
401 ScratchFreeslot *pSlot;
    [all...]
pcache1.c 246 PgFreeslot *pSlot;
249 pSlot = (PgFreeslot*)p;
250 pSlot->pNext = pcache1.pFree;
251 pcache1.pFree = pSlot;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3150 milliseconds