Home
last modified time | relevance | path

Searched refs:pRec (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DAllocTracker.cpp147 static void getStackFrames(Thread* self, AllocRecord* pRec) in getStackFrames() argument
159 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() local
207 pRec->clazz = clazz; in dvmDoTrackAllocation()
208 pRec->size = size; in dvmDoTrackAllocation()
209 pRec->threadId = self->threadId; in dvmDoTrackAllocation()
[all …]