Lines Matching defs:slack
3867 int slack) {
3869 enumeration_index, NONE, slack);
3874 int enumeration_index, PropertyAttributes attributes, int slack) {
3875 if (enumeration_index + slack == 0) {
3881 DescriptorArray::Allocate(isolate, size, slack);
3922 int slack) {
3923 if (enumeration_index + slack == 0) {
3929 DescriptorArray::Allocate(isolate, size, slack);
4406 int slack,
4408 return nof_descriptors + slack == 0
4410 : isolate->factory()->NewDescriptorArray(nof_descriptors, slack,
4414 Isolate* isolate, int nof_descriptors, int slack,
4417 LocalIsolate* isolate, int nof_descriptors, int slack,
4422 int nof_descriptors, int slack) {
4424 DCHECK_GE(slack, 0);
4425 DCHECK_LE(nof_descriptors + slack, kMaxNumberOfDescriptors);
4426 set_number_of_all_descriptors(nof_descriptors + slack);