Lines Matching defs:maps
215 Handle<FixedArray> maps) {
217 if (maps->get(type_index).IsMap()) return;
231 maps->set(type_index, maybe_canonical_map.GetHeapObject());
244 CreateMapForType(isolate, module, supertype, instance, maps);
245 rtt_parent = handle(Map::cast(maps->get(supertype)), isolate);
262 maps->set(type_index, *map);
658 // Create maps for managed objects (GC proposal).
659 // Must happen before {InitGlobals} because globals can refer to these maps.
673 Handle<FixedArray> maps = isolate_->factory()->NewFixedArray(
676 CreateMapForType(isolate_, module_, index, instance, maps);
678 instance->set_managed_object_maps(*maps);