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

  /dalvik/vm/
AllocTracker.c 147 static void getStackFrames(Thread* self, AllocRecord* pRec)
159 pRec->stackElem[stackDepth].method = method;
161 pRec->stackElem[stackDepth].pc = 0;
166 pRec->stackElem[stackDepth].pc =
178 pRec->stackElem[stackDepth].method = NULL;
179 pRec->stackElem[stackDepth].pc = 0;
203 AllocRecord* pRec = &gDvm.allocRecords[gDvm.allocRecordHead];
205 pRec->clazz = clazz;
206 pRec->size = size;
207 pRec->threadId = self->threadId
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 168 milliseconds