GC_ms_entry        55 gc/include/gc_mark.h struct GC_ms_entry;
GC_ms_entry        56 gc/include/gc_mark.h typedef struct GC_ms_entry * (*GC_mark_proc) GC_PROTO((
GC_ms_entry        57 gc/include/gc_mark.h 		GC_word * addr, struct GC_ms_entry * mark_stack_ptr,
GC_ms_entry        58 gc/include/gc_mark.h 		struct GC_ms_entry * mark_stack_limit, GC_word env));
GC_ms_entry       133 gc/include/gc_mark.h struct GC_ms_entry *GC_mark_and_push
GC_ms_entry       135 gc/include/gc_mark.h 			  struct GC_ms_entry * mark_stack_ptr,
GC_ms_entry       136 gc/include/gc_mark.h 		          struct GC_ms_entry * mark_stack_limit, GC_PTR *src));
GC_ms_entry        62 gc/include/private/gc_pmark.h typedef struct GC_ms_entry {
GC_ms_entry      1138 gc/mark.c          mse * new_stack = (mse *)GC_scratch_alloc(n * sizeof(struct GC_ms_entry));
GC_ms_entry      1144 gc/mark.c                signed_word size = GC_mark_stack_size * sizeof(struct GC_ms_entry);
GC_ms_entry      1315 gc/mark.c      struct GC_ms_entry *GC_mark_and_push(obj, mark_stack_ptr, mark_stack_limit, src)
GC_ms_entry      1317 gc/mark.c      struct GC_ms_entry * mark_stack_ptr;
GC_ms_entry      1318 gc/mark.c      struct GC_ms_entry * mark_stack_limit;
GC_ms_entry       227 gc/tests/test.c struct GC_ms_entry * fake_gcj_mark_proc(word * addr,
GC_ms_entry       228 gc/tests/test.c 				        struct GC_ms_entry *mark_stack_ptr,
GC_ms_entry       229 gc/tests/test.c 				        struct GC_ms_entry *mark_stack_limit,
GC_ms_entry      3856 src/vm.c       struct GC_ms_entry *vm_stack_mark(GC_word *addr,
GC_ms_entry      3857 src/vm.c                                         struct GC_ms_entry *mark_sp,
GC_ms_entry      3858 src/vm.c                                         struct GC_ms_entry *mark_sp_limit,
GC_ms_entry      3861 src/vm.c           struct GC_ms_entry *e = mark_sp;