Lines Matching defs:map
747 // The first word should be a map, and we expect all map pointers to
748 // be in map space or read-only space.
749 Map map = object.map(cage_base);
750 CHECK(map.IsMap(cage_base));
751 CHECK(ReadOnlyHeap::Contains(map) ||
752 isolate->heap()->space_for_maps()->Contains(map));
754 // The object should not be code or a map.
764 object.IterateBody(map, size, &visitor);