Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h316 Address new_top = current_top + size_in_bytes; in AllocateLinearly() local
317 if (new_top > allocation_info_.limit()) return NULL; in AllocateLinearly()
319 allocation_info_.set_top(new_top); in AllocateLinearly()
329 Address new_top = current_top + filler_size + size_in_bytes; in AllocateRawAligned() local
330 if (new_top > allocation_info_.limit()) return AllocationResult::Retry(); in AllocateRawAligned()
332 allocation_info_.set_top(new_top); in AllocateRawAligned()
347 Address new_top = current_top + filler_size + *size_in_bytes; in AllocateLinearlyAligned() local
348 if (new_top > allocation_info_.limit()) return NULL; in AllocateLinearlyAligned()
350 allocation_info_.set_top(new_top); in AllocateLinearlyAligned()
Dstore-buffer.cc218 Address* new_top = old_start_; in Filter() local
230 *new_top++ = addr; in Filter()
233 old_top_ = new_top; in Filter()
373 Address* new_top = old_start_; in ClearInvalidStoreBufferEntries() local
384 *new_top++ = addr; in ClearInvalidStoreBufferEntries()
388 old_top_ = new_top; in ClearInvalidStoreBufferEntries()
Dincremental-marking.cc782 int new_top = current; in UpdateMarkingDequeAfterScavenge() local
794 array[new_top] = dest; in UpdateMarkingDequeAfterScavenge()
795 new_top = ((new_top + 1) & mask); in UpdateMarkingDequeAfterScavenge()
796 DCHECK(new_top != marking_deque->bottom()); in UpdateMarkingDequeAfterScavenge()
806 array[new_top] = obj; in UpdateMarkingDequeAfterScavenge()
807 new_top = ((new_top + 1) & mask); in UpdateMarkingDequeAfterScavenge()
808 DCHECK(new_top != marking_deque->bottom()); in UpdateMarkingDequeAfterScavenge()
819 marking_deque->set_top(new_top); in UpdateMarkingDequeAfterScavenge()
Dspaces.cc1548 Address new_top = allocation_info_.top() + size_in_bytes; in AllocateChunk() local
1549 allocation_info_.set_limit(Min(new_top, high)); in AllocateChunk()
1557 Address new_top = allocation_info_.top() + size_in_bytes; in AllocateChunk() local
1558 Address new_limit = new_top + GetNextInlineAllocationStepSize() - 1; in AllocateChunk()
1641 Address new_top = old_top + aligned_size_in_bytes; in AllocateChunk() local
1643 InlineAllocationStep(new_top, new_top, soon_object, size_in_bytes); in AllocateChunk()
1703 void NewSpace::InlineAllocationStep(Address top, Address new_top, in AllocateChunk() argument
1711 top_on_previous_step_ = new_top; in AllocateChunk()
Dspaces.h2949 void InlineAllocationStep(Address top, Address new_top, Address soon_object,
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
Dttinterp.c2682 exc->new_top = 0; in Ins_CLEAR()
4119 exc->new_top += L; in Ins_NPUSHB()
4150 exc->new_top += L; in Ins_NPUSHW()
5301 exc->new_top = exc->args; in Ins_FLIPPT()
5520 exc->new_top = exc->args; in Ins_SHP()
5777 exc->new_top = exc->args; in Ins_SHPIX()
6440 exc->new_top = exc->args; in Ins_ALIGNRP()
6721 exc->new_top = exc->args; in Ins_IP()
7043 exc->new_top = exc->args; in Ins_DELTAP()
7170 exc->new_top = exc->args; in Ins_DELTAP()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/freetype/src/truetype/
Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
Dttinterp.c2692 exc->new_top = 0; in Ins_CLEAR()
4129 exc->new_top += L; in Ins_NPUSHB()
4160 exc->new_top += L; in Ins_NPUSHW()
5311 exc->new_top = exc->args; in Ins_FLIPPT()
5530 exc->new_top = exc->args; in Ins_SHP()
5787 exc->new_top = exc->args; in Ins_SHPIX()
6450 exc->new_top = exc->args; in Ins_ALIGNRP()
6731 exc->new_top = exc->args; in Ins_IP()
7053 exc->new_top = exc->args; in Ins_DELTAP()
7180 exc->new_top = exc->args; in Ins_DELTAP()
[all …]