Home
last modified time | relevance | path

Searched refs:kBumpLengthWithGap (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ic/
Dkeyed-store-generic.cc50 kBumpLengthWithGap enumerator
325 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
344 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
364 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
386 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
434 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
448 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
526 kBumpLengthWithGap); in EmitGenericElementStore()