Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc25 kBumpLengthWithGap enumerator
256 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
275 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
295 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
316 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
364 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
378 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
445 kBumpLengthWithGap); in EmitGenericElementStore()