Lines Matching defs:map
1450 // Read the map.
1451 // The map should never be materialized, so let us check we already have
1454 Handle<Map> map = Handle<Map>::cast(frame->values_[value_index].GetValue());
1455 CHECK(map->IsMap());
1459 switch (map->instance_type()) {
1486 InitializeObjectWithTaggedFieldsAt(frame, &value_index, slot, map, no_gc);
1490 CHECK(map->IsJSObjectMap());
1491 InitializeJSObjectAt(frame, &value_index, slot, map, no_gc);
1522 Handle<Map> map) {
1590 // Read the map.
1591 // The map should never be materialized, so let us check we already have
1594 Handle<Map> map = Handle<Map>::cast(frame->values_[value_index].GetValue());
1595 CHECK(map->IsMap());
1599 switch (map->instance_type()) {
1603 return MaterializeFixedDoubleArray(frame, &value_index, slot, map);
1635 if (*map == ReadOnlyRoots(isolate()).empty_fixed_array().map() &&
1642 // Make sure all the remaining children (after the map) are allocated.
1655 // Make sure all the remaining children (after the map) are allocated.
1669 // Make sure all the remaining children (after the map) are allocated.
1675 EnsureJSObjectAllocated(slot, map);
1683 EnsurePropertiesAllocatedAndMarked(properties_slot, map);
1693 !map->IsJSArrayMap()) {
1709 // Make sure all the remaining children (after the map, properties store,
1758 TranslatedValue* properties_slot, Handle<Map> map) {
1767 Handle<DescriptorArray> descriptors(map->instance_descriptors(isolate()),
1769 for (InternalIndex i : map->IterateOwnDescriptors()) {
1770 FieldIndex index = FieldIndex::ForDescriptor(*map, i);
1795 Handle<Map> map) {
1796 CHECK(map->IsJSObjectMap());
1797 CHECK_EQ(map->instance_size(), slot->GetChildrenCount() * kTaggedSize);
1801 Handle<DescriptorArray> descriptors(map->instance_descriptors(isolate()),
1805 for (InternalIndex i : map->IterateOwnDescriptors()) {
1806 FieldIndex index = FieldIndex::ForDescriptor(*map, i);
1844 Handle<Map> map, const DisallowGarbageCollection& no_gc) {
1849 // The object should have at least a map and some payload.
1887 object_storage->set_map(*map, kReleaseStore);
1892 Handle<Map> map, const DisallowGarbageCollection& no_gc) {
1925 object_storage->set_map(*map, kReleaseStore);