• Home
  • Raw
  • Download

Lines Matching refs:update_length

92                                 Label* slow, UpdateLength update_length);
95 UpdateLength update_length);
265 Node* receiver, Node* index, Node* value, UpdateLength update_length) { in MaybeUpdateLengthAndReturn() argument
266 if (update_length != kDontChangeLength) { in MaybeUpdateLengthAndReturn()
277 UpdateLength update_length) { in StoreElementWithCapacity() argument
278 if (update_length != kDontChangeLength) { in StoreElementWithCapacity()
310 if (update_length == kDontChangeLength) { in StoreElementWithCapacity()
325 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
331 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()
344 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
349 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()
364 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
379 update_length); in StoreElementWithCapacity()
386 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
395 update_length); in StoreElementWithCapacity()
414 if (update_length == kDontChangeLength) { in StoreElementWithCapacity()
434 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
440 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()
448 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
458 MaybeUpdateLengthAndReturn(receiver, intptr_index, value, update_length); in StoreElementWithCapacity()