Home | History | Annotate | Download | only in heap

Lines Matching defs:allocation_info_

1747   Address top() { return allocation_info_.top(); }
1748 Address limit() { return allocation_info_.limit(); }
1751 Address* allocation_top_address() { return allocation_info_.top_address(); }
1755 return allocation_info_.limit_address();
1779 MemoryChunk::UpdateHighWaterMark(allocation_info_.top());
1780 allocation_info_.set_top(top);
1781 allocation_info_.set_limit(limit);
1897 AllocationInfo allocation_info_;
1920 // address denoted by top in allocation_info_.
2416 DCHECK(to_space_.current_page()->ContainsLimit(allocation_info_.top()));
2417 return allocation_info_.top();
2422 allocation_info_.set_top(top);
2427 DCHECK(to_space_.current_page()->ContainsLimit(allocation_info_.limit()));
2428 return allocation_info_.limit();
2456 Address* allocation_top_address() { return allocation_info_.top_address(); }
2460 return allocation_info_.limit_address();
2472 top_on_previous_step_ = allocation_info_.top();
2567 AllocationInfo allocation_info_;
2569 // When incremental marking is active we will set allocation_info_.limit