Lines Matching refs:new_map
865 Handle<Map> new_map = JSObject::GetElementsTransitionMap(object, to_kind); in BasicGrowCapacityAndConvertImpl() local
866 JSObject::SetMapAndElements(object, new_map, elements); in BasicGrowCapacityAndConvertImpl()
2601 Handle<Map> new_map = Map::Copy(isolate, handle(array->map(), isolate), in SetLengthImpl() local
2603 new_map->set_is_extensible(false); in SetLengthImpl()
2604 new_map->set_elements_kind(DICTIONARY_ELEMENTS); in SetLengthImpl()
2605 JSObject::MigrateToMap(isolate, array, new_map); in SetLengthImpl()
2696 Handle<Map> new_map = Map::Copy(isolate, handle(array->map(), isolate), in SetLengthImpl() local
2698 new_map->set_is_extensible(false); in SetLengthImpl()
2699 new_map->set_elements_kind(DICTIONARY_ELEMENTS); in SetLengthImpl()
2700 JSObject::MigrateToMap(isolate, array, new_map); in SetLengthImpl()
4426 Handle<Map> new_map = JSObject::GetElementsTransitionMap( in GrowCapacityAndConvertImpl() local
4428 JSObject::MigrateToMap(isolate, object, new_map); in GrowCapacityAndConvertImpl()