Home | History | Annotate | Download | only in heap

Lines Matching defs:allocation_info_

1866   inline bool IsValid() { return allocation_info_.top() != nullptr; }
1878 AllocationInfo allocation_info_;
1971 Address top() { return allocation_info_.top(); }
1972 Address limit() { return allocation_info_.limit(); }
1975 Address* allocation_top_address() { return allocation_info_.top_address(); }
1979 return allocation_info_.limit_address();
2026 MemoryChunk::UpdateHighWaterMark(allocation_info_.top());
2027 allocation_info_.Reset(top, limit);
2123 // address denoted by top in allocation_info_.
2127 // at the address denoted by top in allocation_info_. Writes the aligned
2153 AllocationInfo allocation_info_;
2512 DCHECK(to_space_.current_page()->ContainsLimit(allocation_info_.top()));
2513 return allocation_info_.top();
2518 DCHECK(to_space_.current_page()->ContainsLimit(allocation_info_.limit()));
2519 return allocation_info_.limit();
2531 Address* allocation_top_address() { return allocation_info_.top_address(); }
2535 return allocation_info_.limit_address();
2556 // allocation_info_.limit to be lower than the actual limit and and increasing
2656 AllocationInfo allocation_info_;