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

  /dalvik/vm/
IndirectRefTable.h 192 IndirectRefSlot* slotData; /* extended debugging info */
218 u4 serialChunk = pRef->slotData[tableIndex].serial;
IndirectRefTable.c 39 pRef->slotData =
41 if (pRef->slotData == NULL)
117 if (pRef->slotData != NULL) {
118 IndirectRefSlot* pSlot = &pRef->slotData[slot];
131 if (pRef->slotData != NULL) {
132 //IndirectRefSlot* pSlot = &pRef->slotData[slot];

Completed in 30 milliseconds