Lines Matching refs:pair
884 std::vector<std::pair<HeapObject, bool>> retaining_path;
929 for (auto pair : *map) {
930 HeapObject object = pair.first;
931 HeapObject retainer = pair.second;
962 for (auto pair : retaining_root_) {
963 HeapObject object = pair.first;
971 updated_retaining_root[object] = pair.second;
1585 std::vector<std::pair<int, HeapObject>> duplicates;
4661 std::set<std::pair<SlotType, Address>>* typed)
4729 std::set<std::pair<SlotType, Address>>* typed_;
4735 std::set<std::pair<SlotType, Address>>* typed,
4772 std::set<std::pair<SlotType, Address>>* typed) {
4801 std::set<std::pair<SlotType, Address>> typed_old_to_new;