Home | History | Annotate | Download | only in src

Lines Matching full:initial_size

1558   int initial_size = map->instance_type() == JS_GLOBAL_OBJECT_TYPE ? 64 : 512;
1561 int at_least_space_for = map->NumberOfOwnDescriptors() * 2 + initial_size;