Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc4222 int old_nof = old_map->NumberOfOwnDescriptors(); in MigrateFastToFast() local
4227 DCHECK(old_nof <= new_nof); in MigrateFastToFast()
4229 for (int i = 0; i < old_nof; i++) { in MigrateFastToFast()
4283 for (int i = old_nof; i < new_nof; i++) { in MigrateFastToFast()
4903 int old_nof = old_map->NumberOfOwnDescriptors(); in TryReplayPropertyTransitions() local
4907 for (int i = root_nof; i < old_nof; ++i) { in TryReplayPropertyTransitions()
4968 if (new_map->NumberOfOwnDescriptors() != old_nof) return nullptr; in TryReplayPropertyTransitions()