Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap-updater.cc690 int target_nof = target_map_->NumberOfOwnDescriptors(); in FindTargetMap() local
691 if (target_nof == old_nof_) { in FindTargetMap()
735 for (InternalIndex i : InternalIndex::Range(target_nof, old_nof_)) { in FindTargetMap()
765 int target_nof = target_map_->NumberOfOwnDescriptors(); in BuildDescriptorArray() local
804 for (InternalIndex i : InternalIndex::Range(root_nof, target_nof)) { in BuildDescriptorArray()
876 for (InternalIndex i : InternalIndex::Range(target_nof, old_nof_)) { in BuildDescriptorArray()