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

  /external/v8/src/
transitions.cc 271 int grow_by = new_capacity - capacity; local
272 array = isolate->factory()->CopyFixedArrayAndGrow(array, grow_by, TENURED);
api.cc 814 int grow_by = new_size - data->length(); local
815 data = isolate->factory()->CopyFixedArrayAndGrow(data, grow_by);
    [all...]
objects.cc 2899 int grow_by = external - object->properties()->length(); local
10791 int grow_by = new_capacity - capacity; local
15245 int grow_by = capacity - entries->length(); local
    [all...]

Completed in 51 milliseconds