Lines Matching refs:top
635 Object** top;646 top = self->internalLocalRefTable.table + debugTrackedRefStart;647 while (top < self->internalLocalRefTable.nextEntry) {649 *top,650 ((*top)->clazz != NULL) ? (*top)->clazz->descriptor : "");651 top++;