HomeSort by relevance Sort by last modified time
    Searched defs:new_nof (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
transitions.cc 65 int new_nof = 0; local
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));
452 int new_nof = IsSimpleTransition(raw_transitions) ? 1 : 0; local
    [all...]
objects.cc 3490 int new_nof = new_map->NumberOfOwnDescriptors(); local
    [all...]

Completed in 216 milliseconds