Searched refs:pRec (Results 1 – 1 of 1) sorted by relevance
147 static void getStackFrames(Thread* self, AllocRecord* pRec) in getStackFrames() argument159 pRec->stackElem[stackDepth].method = method; in getStackFrames()161 pRec->stackElem[stackDepth].pc = 0; in getStackFrames()166 pRec->stackElem[stackDepth].pc = in getStackFrames()178 pRec->stackElem[stackDepth].method = NULL; in getStackFrames()179 pRec->stackElem[stackDepth].pc = 0; in getStackFrames()205 AllocRecord* pRec = &gDvm.allocRecords[gDvm.allocRecordHead]; in dvmDoTrackAllocation() local207 pRec->clazz = clazz; in dvmDoTrackAllocation()208 pRec->size = size; in dvmDoTrackAllocation()209 pRec->threadId = self->threadId; in dvmDoTrackAllocation()[all …]