Lines Matching defs:Add
133 // To keep the IRT compact, we want to fill "holes" created by non-stack-discipline Add & Remove
146 // cannot do work when the segment changes. Thus, Add and Remove need to ensure the current
153 // 1) Segment with holes (current_num_holes_ > 0), push new segment, add/remove reference
154 // 2) Segment with holes (current_num_holes_ > 0), pop segment, add/remove reference
155 // 3) Segment with holes (current_num_holes_ > 0), push new segment, pop segment, add/remove
157 // 4) Empty segment, push new segment, create a hole, pop a segment, add/remove a reference
158 // 5) Base segment, push new segment, create a hole, pop a segment, push new segment, add/remove
239 IndirectRef IndirectReferenceTable::Add(IRTSegmentState previous_state,
243 LOG(INFO) << "+++ Add: previous_state=" << previous_state.top_index
293 // add to the end of the list.
309 // Add to the end.
313 table_[index].Add(obj);