Home | History | Annotate | Download | only in qtools

Lines Matching refs:top

48     int top;
52 top = 0;
61 if (top == kMaxFrames) {
65 frames[top] = pframe;
66 top += 1;
70 if (top <= 0)
72 top -= 1;
73 return frames[top];
181 int mTop = mStack->top;
242 int mTop = mStack->top;