Home | History | Annotate | Download | only in vm

Lines Matching refs:stackDepth

149     int stackDepth = 0;
154 while ((fp != NULL) && (stackDepth < kMaxAllocRecordStackDepth)) {
159 pRec->stackElem[stackDepth].method = method;
161 pRec->stackElem[stackDepth].pc = 0;
166 pRec->stackElem[stackDepth].pc =
169 stackDepth++;
177 while (stackDepth < kMaxAllocRecordStackDepth) {
178 pRec->stackElem[stackDepth].method = NULL;
179 pRec->stackElem[stackDepth].pc = 0;
180 stackDepth++;