Home
last modified time | relevance | path

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

/dalvik/vm/
DAllocTracker.cpp67 } stackElem[kMaxAllocRecordStackDepth]; member
180 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()
360 if (pRec->stackElem[i].method == NULL) in populateStringTables()
363 const Method* method = pRec->stackElem[i].method; in populateStringTables()
419 if (pRec->stackElem[depth].method == NULL) in generateBaseOutput()
437 const Method* method = pRec->stackElem[i].method; in generateBaseOutput()
[all …]