Home | History | Annotate | Download | only in vm

Lines Matching refs:stackDepth

170     int stackDepth = 0;
175 while ((fp != NULL) && (stackDepth < kMaxAllocRecordStackDepth)) {
180 pRec->stackElem[stackDepth].method = method;
182 pRec->stackElem[stackDepth].pc = 0;
187 pRec->stackElem[stackDepth].pc =
190 stackDepth++;
198 while (stackDepth < kMaxAllocRecordStackDepth) {
199 pRec->stackElem[stackDepth].method = NULL;
200 pRec->stackElem[stackDepth].pc = 0;
201 stackDepth++;