oh                160 gc/backgraph.c 		(ptr_t)REVEAL_POINTER(((oh *)(p)) -> oh_bg_ptr)
oh                161 gc/backgraph.c #define SET_OH_BG_PTR(p,q) (((oh *)(p)) -> oh_bg_ptr) = HIDE_POINTER(q)
oh                316 gc/backgraph.c   word *currentp = (word *)(p + sizeof(oh));
oh                 38 gc/dbg_mlc.c       register oh * ohdr = (oh *)p;
oh                 78 gc/dbg_mlc.c         ((oh *)dest) -> oh_back_ptr = HIDE_BACK_PTR(source);
oh                 94 gc/dbg_mlc.c       oh * hdr = (oh *)GC_base(dest);
oh                124 gc/dbg_mlc.c         if (GC_HAS_DEBUG_INFO(bp_base)) bp_base += sizeof(oh);
oh                237 gc/dbg_mlc.c   	(((word)(p + sizeof(oh) + sz - 1) ^ (word)p) >= HBLKSIZE)
oh                246 gc/dbg_mlc.c       register word * result = (word *)((oh *)p + 1);
oh                253 gc/dbg_mlc.c       GC_ASSERT(GC_size(p) >= sizeof(oh) + sz);
oh                256 gc/dbg_mlc.c         ((oh *)p) -> oh_back_ptr = HIDE_BACK_PTR(NOT_MARKED);
oh                259 gc/dbg_mlc.c         ((oh *)p) -> oh_bg_ptr = HIDE_BACK_PTR((ptr_t)0);
oh                261 gc/dbg_mlc.c       ((oh *)p) -> oh_string = string;
oh                262 gc/dbg_mlc.c       ((oh *)p) -> oh_int = integer;
oh                264 gc/dbg_mlc.c         ((oh *)p) -> oh_sz = sz;
oh                265 gc/dbg_mlc.c         ((oh *)p) -> oh_sf = START_FLAG ^ (word)result;
oh                282 gc/dbg_mlc.c       register word * result = (word *)((oh *)p + 1);
oh                287 gc/dbg_mlc.c       GC_ASSERT(GC_size(p) >= sizeof(oh) + sz);
oh                290 gc/dbg_mlc.c         ((oh *)p) -> oh_back_ptr = HIDE_BACK_PTR(NOT_MARKED);
oh                293 gc/dbg_mlc.c         ((oh *)p) -> oh_bg_ptr = HIDE_BACK_PTR((ptr_t)0);
oh                295 gc/dbg_mlc.c       ((oh *)p) -> oh_string = string;
oh                296 gc/dbg_mlc.c       ((oh *)p) -> oh_int = integer;
oh                298 gc/dbg_mlc.c         ((oh *)p) -> oh_sz = sz;
oh                299 gc/dbg_mlc.c         ((oh *)p) -> oh_sf = START_FLAG ^ (word)result;
oh                388 gc/dbg_mlc.c       register oh * ohdr = (oh *)GC_base(p);
oh                391 gc/dbg_mlc.c       GC_err_printf1("0x%lx (", ((unsigned long)ohdr + sizeof(oh)));
oh                423 gc/dbg_mlc.c       register oh * ohdr = (oh *)GC_base(p);
oh                462 gc/dbg_mlc.c       GC_register_displacement((word)sizeof(oh));
oh                465 gc/dbg_mlc.c   size_t GC_debug_header_size = sizeof(oh);
oh                475 gc/dbg_mlc.c       GC_register_displacement((word)sizeof(oh) + offset);
oh                787 gc/dbg_mlc.c       if ((ptr_t)p - (ptr_t)base != sizeof(oh)) {
oh                793 gc/dbg_mlc.c           clobbered = GC_check_annotated_obj((oh *)base);
oh                795 gc/dbg_mlc.c             if (((oh *)base) -> oh_sz == GC_size(base)) {
oh                804 gc/dbg_mlc.c           ((oh *)base) -> oh_sz = GC_size(base);
oh                825 gc/dbg_mlc.c   	    size_t obj_sz = hhdr -> hb_sz - BYTES_TO_WORDS(sizeof(oh));
oh                867 gc/dbg_mlc.c       if ((ptr_t)p - (ptr_t)base != sizeof(oh)) {
oh                899 gc/dbg_mlc.c         old_sz = GC_size(base) - sizeof(oh);
oh                901 gc/dbg_mlc.c         clobbered = GC_check_annotated_obj((oh *)base);
oh                906 gc/dbg_mlc.c         old_sz = ((oh *)base) -> oh_sz;
oh                981 gc/dbg_mlc.c   	        ptr_t clobbered = GC_check_annotated_obj((oh *)p);
oh                997 gc/dbg_mlc.c           GC_STATIC_ASSERT((sizeof(oh) & (2 * sizeof(word) - 1)) == 0);
oh                999 gc/dbg_mlc.c           GC_STATIC_ASSERT((sizeof(oh) & (sizeof(word) - 1)) == 0);
oh               1043 gc/dbg_mlc.c       (*(cl -> cl_fn))((GC_PTR)((char *)obj + sizeof(oh)), cl -> cl_data);
oh               1086 gc/dbg_mlc.c       if ((ptr_t)obj - base != sizeof(oh)) {
oh               1119 gc/dbg_mlc.c       if ((ptr_t)obj - base != sizeof(oh)) {
oh               1153 gc/dbg_mlc.c       if ((ptr_t)obj - base != sizeof(oh)) {
oh                207 gc/gcj_mlc.c       *((void **)((ptr_t)result + sizeof(oh))) = ptr_to_struct_containing_descr;
oh                268 gc/gcj_mlc.c       *((void **)((ptr_t)result + sizeof(oh))) = ptr_to_struct_containing_descr;
oh                117 gc/include/private/dbg_mlc.h #   define DEBUG_BYTES (sizeof (oh))
oh                123 gc/include/private/dbg_mlc.h #   define UNCOLLECTABLE_DEBUG_BYTES (sizeof (oh) + sizeof (word))
oh                136 gc/include/private/dbg_mlc.h #   define ADD_CALL_CHAIN(base, ra) GC_save_callers(((oh *)(base)) -> oh_ci)
oh                137 gc/include/private/dbg_mlc.h #   define PRINT_CALL_CHAIN(base) GC_print_callers(((oh *)(base)) -> oh_ci)
oh                140 gc/include/private/dbg_mlc.h #   define ADD_CALL_CHAIN(base, ra) ((oh *)(base)) -> oh_ci[0].ci_pc = (ra)
oh                141 gc/include/private/dbg_mlc.h #   define PRINT_CALL_CHAIN(base) GC_print_callers(((oh *)(base)) -> oh_ci)