Searched refs:current_top (Results 1 – 2 of 2) sorted by relevance
253 Address current_top = allocation_info_.top; in AllocateLinearly() local254 Address new_top = current_top + size_in_bytes; in AllocateLinearly()258 return HeapObject::FromAddress(current_top); in AllocateLinearly()
2209 Address current_top = allocation_info_.top; in ReserveSpace() local2210 Address new_top = current_top + size_in_bytes; in ReserveSpace()