Searched refs:allocation_top_address (Results 1 – 3 of 3) sorted by relevance
40 *new_space_->allocation_top_address() = info.top(); in Finalize()
95 return new_space_->allocation_top_address(); in NewSpaceAllocationTopAddress()103 return old_space_->allocation_top_address(); in OldSpaceAllocationTopAddress()
2060 Address* allocation_top_address() { return allocation_info_.top_address(); } in allocation_top_address() function