Lines Matching refs:object_base
176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base = h->next_free = (char *) (obj);