hce                89 gc/include/private/gc_hdrs.h   typedef struct hce {
hce               103 gc/include/private/gc_hdrs.h # define HCE_VALID_FOR(hce,h) ((hce) -> block_addr == \
hce               106 gc/include/private/gc_hdrs.h # define HCE_HDR(h) ((hce) -> hce_hdr)
hce               115 gc/include/private/gc_hdrs.h 	  hdr_cache_entry * hce = HCE(p); \
hce               116 gc/include/private/gc_hdrs.h 	  if (HCE_VALID_FOR(hce, p)) { \
hce               118 gc/include/private/gc_hdrs.h 	    hhdr = hce -> hce_hdr; \
hce               125 gc/include/private/gc_hdrs.h 	      hce -> block_addr = (word)(p) >> LOG_HBLKSIZE; \
hce               126 gc/include/private/gc_hdrs.h 	      hce -> hce_hdr = hhdr; \