Searched refs:allocation_index_for_buffer_ (Results 1 – 2 of 2) sorted by relevance
343 return allocation_index_for_buffer_.contains(&buffer); in HasAllocation()349 return GetAllocation(allocation_index_for_buffer_.at(&buffer)); in GetAssignedAllocation()398 if (allocation_index_for_buffer_.contains(buffer)) { in HasAllocationAt()514 CHECK(!allocation_index_for_buffer_.contains(&buffer)) in AddAssignment()526 allocation_index_for_buffer_[&buffer] = allocation->index(); in AddAssignment()597 allocation_index_for_buffer_.erase(allocation_index_for_buffer_.begin(), in CombineTempAllocations()598 allocation_index_for_buffer_.end()); in CombineTempAllocations()604 allocation_index_for_buffer_[buffer] = index; in CombineTempAllocations()
519 allocation_index_for_buffer_; variable