Home
last modified time | relevance | path

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

/external/v8/src/
Dtransitions.cc65 int new_nof = 0; in Insert() local
76 new_nof = number_of_transitions; in Insert()
89 ++new_nof; in Insert()
90 CHECK(new_nof <= kMaxNumberOfTransitions); in Insert()
94 if (new_nof <= Capacity(array)) { in Insert()
95 array->SetNumberOfTransitions(new_nof); in Insert()
109 map->GetIsolate(), new_nof, in Insert()
122 new_nof = number_of_transitions; in Insert()
131 ++new_nof; in Insert()
137 result->Shrink(ToKeyIndex(new_nof)); in Insert()
[all …]
Dobjects.cc2929 int new_nof = new_map->NumberOfOwnDescriptors(); in MigrateFastToFast() local
2933 DCHECK(old_nof <= new_nof); in MigrateFastToFast()
2980 for (int i = old_nof; i < new_nof; i++) { in MigrateFastToFast()