last_root_set      73 gc/mark_rts.c      static int last_root_set = MAX_ROOT_SETS;
last_root_set      77 gc/mark_rts.c      if (last_root_set < n_root_sets
last_root_set      78 gc/mark_rts.c  	&& p >= GC_static_roots[last_root_set].r_start
last_root_set      79 gc/mark_rts.c          && p < GC_static_roots[last_root_set].r_end) return(TRUE);
last_root_set      83 gc/mark_rts.c              last_root_set = i;
last_root_set     351 gc/mark_rts.c      static int last_root_set = MAX_ROOT_SETS;
last_root_set     354 gc/mark_rts.c      if (last_root_set < n_root_sets
last_root_set     355 gc/mark_rts.c  	&& p >= GC_static_roots[last_root_set].r_start
last_root_set     356 gc/mark_rts.c          && p < GC_static_roots[last_root_set].r_end)
last_root_set     357 gc/mark_rts.c  	return GC_static_roots[last_root_set].r_tmp;
last_root_set     361 gc/mark_rts.c              last_root_set = i;