GC_mark_stack_top  283 gc/finalize.c      PUSH_OBJ((word *)p, hhdr, GC_mark_stack_top,
GC_mark_stack_top   74 gc/include/private/gc_pmark.h   extern mse * VOLATILE GC_mark_stack_top;
GC_mark_stack_top   76 gc/include/private/gc_pmark.h   extern mse * GC_mark_stack_top;
GC_mark_stack_top  314 gc/include/private/gc_pmark.h 	    GC_mark_stack_top = GC_mark_and_push( \
GC_mark_stack_top  315 gc/include/private/gc_pmark.h 			    (GC_PTR)(p), GC_mark_stack_top, \
GC_mark_stack_top  326 gc/include/private/gc_pmark.h 	GC_mark_stack_top = GC_mark_from(GC_mark_stack_top, \
GC_mark_stack_top  112 gc/mark.c        mse * VOLATILE GC_mark_stack_top;
GC_mark_stack_top  114 gc/mark.c        mse * GC_mark_stack_top;
GC_mark_stack_top  287 gc/mark.c          	    if (GC_mark_stack_top
GC_mark_stack_top  314 gc/mark.c          	    if (GC_mark_stack_top
GC_mark_stack_top  347 gc/mark.c      		  GC_ASSERT(GC_mark_stack_top < GC_first_nonempty);
GC_mark_stack_top  348 gc/mark.c      		  GC_mark_stack_top = GC_mark_stack - 1;
GC_mark_stack_top  360 gc/mark.c          	    if (GC_mark_stack_top >= GC_mark_stack) {
GC_mark_stack_top  377 gc/mark.c          	    if (GC_mark_stack_top >= GC_mark_stack) {
GC_mark_stack_top  530 gc/mark.c          return(GC_mark_stack_top < GC_mark_stack);
GC_mark_stack_top  581 gc/mark.c          GC_mark_stack_top = GC_mark_stack-1;
GC_mark_stack_top  885 gc/mark.c          my_top = GC_mark_stack_top;
GC_mark_stack_top  898 gc/mark.c            GC_ASSERT(GC_mark_stack_top = my_top);
GC_mark_stack_top  903 gc/mark.c            GC_mark_stack_top = my_top + stack_size;
GC_mark_stack_top  933 gc/mark.c      	if (GC_mark_stack_top < GC_first_nonempty &&
GC_mark_stack_top  973 gc/mark.c      	      GC_first_nonempty <= GC_mark_stack_top + 1);
GC_mark_stack_top  987 gc/mark.c      		  my_first_nonempty <= GC_mark_stack_top + 1);
GC_mark_stack_top  989 gc/mark.c      		  global_first_nonempty <= GC_mark_stack_top + 1);
GC_mark_stack_top 1001 gc/mark.c      	my_top = GC_mark_stack_top;
GC_mark_stack_top 1005 gc/mark.c                  my_top = GC_mark_stack_top;
GC_mark_stack_top 1014 gc/mark.c      		       && GC_first_nonempty > GC_mark_stack_top) {
GC_mark_stack_top 1021 gc/mark.c      		    GC_first_nonempty > GC_mark_stack_top) {
GC_mark_stack_top 1055 gc/mark.c      	          my_first_nonempty <= GC_mark_stack_top + 1);
GC_mark_stack_top 1179 gc/mark.c          GC_mark_stack_top = GC_mark_stack-1;
GC_mark_stack_top 1203 gc/mark.c          GC_mark_stack_top++;
GC_mark_stack_top 1204 gc/mark.c          if (GC_mark_stack_top >= GC_mark_stack_limit) {
GC_mark_stack_top 1212 gc/mark.c          GC_mark_stack_top -> mse_start = (word *)bottom;
GC_mark_stack_top 1213 gc/mark.c          GC_mark_stack_top -> mse_descr = length;
GC_mark_stack_top 1250 gc/mark.c      	    if ((word)(GC_mark_stack_top - GC_mark_stack)
GC_mark_stack_top 1266 gc/mark.c          if (GC_mark_stack_top >= GC_mark_stack_limit) {
GC_mark_stack_top 1393 gc/mark.c      	    PUSH_OBJ((word *)r, hhdr, GC_mark_stack_top,
GC_mark_stack_top 1540 gc/mark.c          register mse * mark_stack_top = GC_mark_stack_top;
GC_mark_stack_top 1568 gc/mark.c          GC_mark_stack_top = mark_stack_top;
GC_mark_stack_top 1588 gc/mark.c          register mse * mark_stack_top = GC_mark_stack_top;
GC_mark_stack_top 1618 gc/mark.c          GC_mark_stack_top = mark_stack_top;
GC_mark_stack_top 1637 gc/mark.c          register mse * mark_stack_top = GC_mark_stack_top;
GC_mark_stack_top 1671 gc/mark.c          GC_mark_stack_top = mark_stack_top;
GC_mark_stack_top 1718 gc/mark.c            GC_mark_stack_top_reg = GC_mark_stack_top;
GC_mark_stack_top 1730 gc/mark.c            GC_mark_stack_top = GC_mark_stack_top_reg;