Searched refs:pRec (Results 1 – 1 of 1) sorted by relevance
168 static void getStackFrames(Thread* self, AllocRecord* pRec) in getStackFrames() argument180 pRec->stackElem[stackDepth].method = method; in getStackFrames()182 pRec->stackElem[stackDepth].pc = 0; in getStackFrames()187 pRec->stackElem[stackDepth].pc = in getStackFrames()199 pRec->stackElem[stackDepth].method = NULL; in getStackFrames()200 pRec->stackElem[stackDepth].pc = 0; in getStackFrames()226 AllocRecord* pRec = &gDvm.allocRecords[gDvm.allocRecordHead]; in dvmDoTrackAllocation() local228 pRec->clazz = clazz; in dvmDoTrackAllocation()229 pRec->size = size; in dvmDoTrackAllocation()230 pRec->threadId = self->threadId; in dvmDoTrackAllocation()[all …]