Lines Matching refs:old_nof
2928 int old_nof = old_map->NumberOfOwnDescriptors(); in MigrateFastToFast() local
2933 DCHECK(old_nof <= new_nof); in MigrateFastToFast()
2935 for (int i = 0; i < old_nof; i++) { in MigrateFastToFast()
2980 for (int i = old_nof; i < new_nof; i++) { in MigrateFastToFast()
3389 int old_nof = old_map->NumberOfOwnDescriptors(); in ReconfigureProperty() local
3470 for (int i = root_nof; i < old_nof; ++i) { in ReconfigureProperty()
3560 if (target_nof == old_nof && in ReconfigureProperty()
3582 for (int i = target_nof; i < old_nof; ++i) { in ReconfigureProperty()
3623 old_nof, old_descriptors->number_of_descriptors()) - old_nof; in ReconfigureProperty()
3625 isolate, old_nof, new_slack); in ReconfigureProperty()
3630 DCHECK(new_descriptors->number_of_descriptors() == old_nof); in ReconfigureProperty()
3738 for (int i = target_nof; i < old_nof; ++i) { in ReconfigureProperty()
3814 root_nof, old_nof, *new_descriptors), isolate); in ReconfigureProperty()
3816 DCHECK_NE(old_nof, split_nof); in ReconfigureProperty()
3865 stdout, "", modify_index, split_nof, old_nof, in ReconfigureProperty()
3872 LayoutDescriptor::New(split_map, new_descriptors, old_nof); in ReconfigureProperty()
3922 int old_nof = old_map->NumberOfOwnDescriptors(); in TryUpdate() local
3926 for (int i = root_nof; i < old_nof; ++i) { in TryUpdate()
3984 if (new_map->NumberOfOwnDescriptors() != old_nof) return MaybeHandle<Map>(); in TryUpdate()