Home
last modified time | relevance | path

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

/dalvik/vm/
DAllocTracker.cpp61 } stackElem[kMaxAllocRecordStackDepth]; member
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()
339 if (pRec->stackElem[i].method == NULL) in populateStringTables()
342 const Method* method = pRec->stackElem[i].method; in populateStringTables()
398 if (pRec->stackElem[depth].method == NULL) in generateBaseOutput()
416 const Method* method = pRec->stackElem[i].method; in generateBaseOutput()
[all …]