Searched refs:new_top (Results 1 – 8 of 8) sorted by relevance
609 int new_top = current; in UpdateMarkingDequeAfterScavenge() local621 array[new_top] = dest; in UpdateMarkingDequeAfterScavenge()622 new_top = ((new_top + 1) & mask); in UpdateMarkingDequeAfterScavenge()623 DCHECK(new_top != marking_deque_.bottom()); in UpdateMarkingDequeAfterScavenge()633 array[new_top] = obj; in UpdateMarkingDequeAfterScavenge()634 new_top = ((new_top + 1) & mask); in UpdateMarkingDequeAfterScavenge()635 DCHECK(new_top != marking_deque_.bottom()); in UpdateMarkingDequeAfterScavenge()646 marking_deque_.set_top(new_top); in UpdateMarkingDequeAfterScavenge()
239 Address new_top = current_top + size_in_bytes; in AllocateLinearly() local240 if (new_top > allocation_info_.limit()) return NULL; in AllocateLinearly()242 allocation_info_.set_top(new_top); in AllocateLinearly()
216 Address* new_top = old_start_; in Filter() local228 *new_top++ = addr; in Filter()231 old_top_ = new_top; in Filter()
1327 Address new_top = allocation_info_.top() + size_in_bytes; in UpdateInlineAllocationLimit() local1328 allocation_info_.set_limit(Min(new_top, high)); in UpdateInlineAllocationLimit()1335 Address new_top = allocation_info_.top() + size_in_bytes; in UpdateInlineAllocationLimit() local1336 Address new_limit = new_top + inline_allocation_limit_step_; in UpdateInlineAllocationLimit()1381 Address new_top = old_top + size_in_bytes; in SlowAllocateRaw() local1382 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); in SlowAllocateRaw()1386 top_on_previous_step_ = new_top; in SlowAllocateRaw()
165 FT_Long new_top; /* new top after exec. */ member
2673 exc->new_top = 0; in Ins_CLEAR()4110 exc->new_top += L; in Ins_NPUSHB()4141 exc->new_top += L; in Ins_NPUSHW()5292 exc->new_top = exc->args; in Ins_FLIPPT()5511 exc->new_top = exc->args; in Ins_SHP()5768 exc->new_top = exc->args; in Ins_SHPIX()6431 exc->new_top = exc->args; in Ins_ALIGNRP()6712 exc->new_top = exc->args; in Ins_IP()7034 exc->new_top = exc->args; in Ins_DELTAP()7161 exc->new_top = exc->args; in Ins_DELTAP()[all …]
177 FT_UInt new_top; /* new top after exec. */ member
3086 CUR.new_top = 0;5165 CUR.new_top += L; in Ins_NPUSHB()5195 CUR.new_top += L; in Ins_NPUSHW()5767 CUR.new_top = CUR.args; in Ins_FLIPPT()5985 CUR.new_top = CUR.args; in Ins_SHP()6239 CUR.new_top = CUR.args; in Ins_SHPIX()6894 CUR.new_top = CUR.args; in Ins_ALIGNRP()7175 CUR.new_top = CUR.args; in Ins_IP()7492 CUR.new_top = CUR.args; in Ins_DELTAP()7619 CUR.new_top = CUR.args; in Ins_DELTAP()[all …]