Lines Matching defs:map
465 // Mark the old linear allocation area with a free space map so it can be
565 // Mark the old linear allocation area with a free space map so it can be
762 // The first word should be a map, and we expect all map pointers to
763 // be in map space.
764 Map map = object.map(cage_base);
765 CHECK(map.IsMap(cage_base));
766 CHECK(ReadOnlyHeap::Contains(map) ||
767 isolate->heap()->space_for_maps()->Contains(map));
781 object.IterateBody(map, size, visitor);