Home | History | Annotate | Download | only in vm

Lines Matching refs:depth

40  * how many allocations it wants to see and what the stack depth should be.
41 * Changing the window size is easy, changing the max stack depth is harder
262 (1b) stack depth
416 /* compute depth */
417 int depth;
418 for (depth = 0; depth < kMaxAllocRecordStackDepth; depth++) {
419 if (pRec->stackElem[depth].method == NULL)
429 set1(&ptr[8], depth);
435 for (i = 0; i < depth; i++) {