Home | History | Annotate | Download | only in vm

Lines Matching refs:top

189 A conservative GC can just scan the entire stack from top to bottom to find
204 frame gets popped, we set "nextEntry" to the "top" pointer of the current
1498 Object** top = pRefTable->table;
1500 if (top == NULL)
1504 while (--ptr >= top) {