Home
last modified time | relevance | path

Searched refs:old_nof (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc2928 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()
[all …]