Searched refs:old_end (Results 1 – 3 of 3) sorted by relevance
1767 push_state_i(State_info *si, Lex_state *old_end) in push_state_i() argument1771 news[0].ls_base = old_end; in push_state_i()1778 pop_state_i(State_info *si, Lex_state *old_end) in pop_state_i() argument1782 si->base = old_end->ls_base - STATE_BSIZE; in pop_state_i()1783 si->end = old_end->ls_base; in pop_state_i()
4002 char* old_end = oldsp->base + oldsp->size; in add_segment() local4004 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()4031 if ((char*)(&(nextp->head)) < old_end) in add_segment()
3246 Address old_end = object->address() + object->Size(); in RightTrimFixedArray() local3247 Address new_end = old_end - bytes_to_trim; in RightTrimFixedArray()