Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc31 kBumpLengthWithGap enumerator
279 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
298 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
318 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
339 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
387 if (update_length == kBumpLengthWithGap) { in StoreElementWithCapacity()
401 ElementsKind target_kind = update_length == kBumpLengthWithGap in StoreElementWithCapacity()
467 kBumpLengthWithGap); in EmitGenericElementStore()