Home
last modified time | relevance | path

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

/dalvik/vm/
DAllocTracker.c58 } stackElem[kMaxAllocRecordStackDepth]; member
155 pRec->stackElem[stackDepth].method = method; in getStackFrames()
157 pRec->stackElem[stackDepth].pc = 0; in getStackFrames()
162 pRec->stackElem[stackDepth].pc = in getStackFrames()
174 pRec->stackElem[stackDepth].method = NULL; in getStackFrames()
175 pRec->stackElem[stackDepth].pc = 0; in getStackFrames()
334 if (pRec->stackElem[i].method == NULL) in populateStringTables()
337 const Method* method = pRec->stackElem[i].method; in populateStringTables()
393 if (pRec->stackElem[depth].method == NULL) in generateBaseOutput()
411 const Method* method = pRec->stackElem[i].method; in generateBaseOutput()
[all …]