Lines Matching defs:map
44 // Surviving new large objects have forwarding pointers in the map word.
85 // We cannot check the map here, as it might be a large object.
506 Map map = update_info.second;
507 // Order is important here. We have to re-install the map to have access
509 object.set_map_word(MapWord::FromMap(map), kRelaxedStore);
512 MarkCompactCollector::IsOnEvacuationCandidate(map)) {
582 void Scavenger::IterateAndScavengePromotedObject(HeapObject target, Map map,
597 // When we compact map space, we also want to visit the map word.
598 target.IterateFast(map, size, &visitor);
600 target.IterateBodyFast(map, size, &visitor);
603 if (map.IsJSArrayBufferMap()) {
677 IterateAndScavengePromotedObject(target, entry.map, entry.size);