Home
last modified time | relevance | path

Searched refs:new_top (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc609 int new_top = current; in UpdateMarkingDequeAfterScavenge() local
621 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()
Dspaces-inl.h239 Address new_top = current_top + size_in_bytes; in AllocateLinearly() local
240 if (new_top > allocation_info_.limit()) return NULL; in AllocateLinearly()
242 allocation_info_.set_top(new_top); in AllocateLinearly()
Dstore-buffer.cc216 Address* new_top = old_start_; in Filter() local
228 *new_top++ = addr; in Filter()
231 old_top_ = new_top; in Filter()
Dspaces.cc1327 Address new_top = allocation_info_.top() + size_in_bytes; in UpdateInlineAllocationLimit() local
1328 allocation_info_.set_limit(Min(new_top, high)); in UpdateInlineAllocationLimit()
1335 Address new_top = allocation_info_.top() + size_in_bytes; in UpdateInlineAllocationLimit() local
1336 Address new_limit = new_top + inline_allocation_limit_step_; in UpdateInlineAllocationLimit()
1381 Address new_top = old_top + size_in_bytes; in SlowAllocateRaw() local
1382 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_); in SlowAllocateRaw()
1386 top_on_previous_step_ = new_top; in SlowAllocateRaw()
/external/freetype/src/truetype/
Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
Dttinterp.c2673 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 …]
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.h177 FT_UInt new_top; /* new top after exec. */ member
Dttinterp.c3086 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 …]