Home | History | Annotate | Download | only in src

Lines Matching refs:new_nof

65   int new_nof = 0;
76 new_nof = number_of_transitions;
89 ++new_nof;
90 CHECK(new_nof <= kMaxNumberOfTransitions);
94 if (new_nof <= Capacity(array)) {
95 array->SetNumberOfTransitions(new_nof);
109 map->GetIsolate(), new_nof,
122 new_nof = number_of_transitions;
131 ++new_nof;
137 result->Shrink(ToKeyIndex(new_nof));
138 result->SetNumberOfTransitions(new_nof);
449 int new_nof = IsSimpleTransition(raw_transitions) ? 1 : 0;
450 if (new_nof != nof) {
451 DCHECK(new_nof == 0);