Searched refs:IncrementTop (Results 1 – 2 of 2) sorted by relevance
147 HeapObject::FromAddress(allocation_info_.IncrementTop(aligned_size)); in AllocateRawAligned()201 HeapObject::FromAddress(allocation_info_->IncrementTop(size_in_bytes)); in AllocateFastUnaligned()223 allocation_info_->IncrementTop(aligned_size_in_bytes)); in AllocateFastAligned()
42 V8_INLINE Address IncrementTop(size_t bytes) { in IncrementTop() function