Searched refs:inobject_props (Results 1 – 1 of 1) sorted by relevance
4215 Handle<FixedArray> inobject_props = in MigrateFastToFast() local4277 inobject_props->set(target_index, *value); in MigrateFastToFast()4295 inobject_props->set(target_index, *value); in MigrateFastToFast()4315 Object* value = inobject_props->get(i); in MigrateFastToFast()6483 int inobject_props = old_map->GetInObjectProperties(); in MigrateSlowToFast() local6502 DCHECK_LE(unused_property_fields, inobject_props); in MigrateSlowToFast()6504 new_map->SetInObjectUnusedPropertyFields(inobject_props); in MigrateSlowToFast()6517 number_of_fields + unused_property_fields - inobject_props; in MigrateSlowToFast()6521 unused_property_fields = inobject_props - number_of_fields; in MigrateSlowToFast()6577 if (current_offset < inobject_props) { in MigrateSlowToFast()[all …]