Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces-inl.h407 Address new_top = current_top + size_in_bytes; in AllocateLinearly() local
420 Address new_top = current_top + filler_size + size_in_bytes; in AllocateRawAligned() local
438 Address new_top = current_top + filler_size + *size_in_bytes; in AllocateLinearlyAligned() local
Dspaces.cc1538 Address new_top = allocation_info_.top() + size_in_bytes; in AllocateChunk() local
1546 Address new_top = allocation_info_.top() + size_in_bytes; in AllocateChunk() local
1609 Address new_top = old_top + aligned_size_in_bytes; in AllocateChunk() local
1663 void NewSpace::InlineAllocationStep(Address top, Address new_top, in AllocateChunk()
Dincremental-marking.cc782 int new_top = current; in UpdateMarkingDequeAfterScavenge() local
/external/v8/src/compiler/
Dmemory-optimizer.cc240 Node* new_top = graph()->NewNode( in VisitAllocate() local
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
/external/freetype/src/truetype/
Dttinterp.h165 FT_Long new_top; /* new top after exec. */ member
/external/v8/src/
Dcode-stub-assembler.cc354 Node* new_top = IntPtrAdd(top, size_in_bytes); in AllocateRawUnaligned() local